OpenHome.Net.ControlPoint.Proxies.CpProxyUpnpOrgContentDirectory1.PropertyContainerUpdateIDs C# (CSharp) Метод

PropertyContainerUpdateIDs() публичный Метод

Query the value of the ContainerUpdateIDs property.
This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe().
public PropertyContainerUpdateIDs ( ) : String
Результат String
        public String PropertyContainerUpdateIDs()
        {
            PropertyReadLock();
            String val = iContainerUpdateIDs.Value();
            PropertyReadUnlock();
            return val;
        }