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

Visual Basic
Dim instance As QueryProcessorBase
Dim value As HybridDictionary

value = instance.UserStateToLifetime

Syntax

Visual Basic
Public ReadOnly Property UserStateToLifetime As HybridDictionary
C#
public HybridDictionary UserStateToLifetime { get; }
C++
public:
property HybridDictionary^ UserStateToLifetime {
		HybridDictionary^ get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public HybridDictionary get_UserStateToLifetime ()
JScript
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