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

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

Query the value of the A_ARG_TYPE_Scope 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 PropertyA_ARG_TYPE_Scope ( ) : String
Результат String
        public String PropertyA_ARG_TYPE_Scope()
        {
            PropertyReadLock();
            String val = iA_ARG_TYPE_Scope.Value();
            PropertyReadUnlock();
            return val;
        }