SmsPageData.UserData Property
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
'Usage
Dim instance As SmsPageData
Dim value As Dictionary(Of String, Object)
value = instance.UserData
instance.UserData = value
Syntax
'Declaration
Public Property UserData As Dictionary(Of String, Object)
public Dictionary<string,Object> UserData { get; set; }
public:
property Dictionary<String^, Object^>^ UserData {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
/** @property */
public Dictionary<String,Object> get_UserData ()
/** @property */
public void set_UserData (Dictionary<String,Object> value)
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
Reference
SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace