Gets or sets extra data that is used by the page control that correspond to the page data. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

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

value = instance.UserData

instance.UserData = value

Syntax

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

/** @property */
public void set_UserData (Dictionary<String,Object> value)
JScript
public function get UserData () : Dictionary<String,Object>

public function set UserData (value : Dictionary<String,Object>)

Property Value

System.Collections.Generic.Dictionary object that represents System.Object instances for the extra 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