QueryProcessorBase.UserStateToLifetime Property
Gets a value that indicates the user state to lifetime relationship.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryProcessorBase
Dim value As HybridDictionary
value = instance.UserStateToLifetime
Syntax
'Declaration
Public ReadOnly Property UserStateToLifetime As HybridDictionary
public HybridDictionary UserStateToLifetime { get; }
public:
property HybridDictionary^ UserStateToLifetime {
HybridDictionary^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public HybridDictionary get_UserStateToLifetime ()
DebuggerStepThroughAttribute
public function get UserStateToLifetime () : HybridDictionary
Property Value
System.Collections.Specialized.HybridDictionary object indicating the relationship.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
QueryProcessorBase Class
QueryProcessorBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace