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