Gets the user data objects that are shared by pages on the host. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageControl
Dim value As Dictionary(Of String, Object)

value = instance.UserData

Syntax

Visual Basic
Public ReadOnly Property UserData As Dictionary(Of String, Object)
C#
public Dictionary<string,Object> UserData { get; }
C++
public:
property Dictionary<String^, Object^>^ UserData {
		Dictionary<String^, Object^>^ get ();
}
J#
/** @property */
public Dictionary<String,Object> get_UserData ()
JScript
public function get UserData () : Dictionary<String,Object>

Property Value

System.Collections.Generic.Dictionary object that represents a mapping of strings to System.Object instances for the user data.

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