Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim instance As SmsDialogData Dim value As String value = instance.PropertySheetXml instance.PropertySheetXml = value |
Syntax
Visual Basic |
---|
Public Property PropertySheetXml As String |
C# |
---|
public string PropertySheetXml { get; set; } |
C++ |
---|
public: property String^ PropertySheetXml { String^ get (); void set (String^ value); } |
J# |
---|
/** @property */ public String get_PropertySheetXml () /** @property */ public void set_PropertySheetXml (String value) |
JScript |
---|
public function get PropertySheetXml () : String public function set PropertySheetXml (value : String) |
Property Value
Property sheet XML.Remarks
The property sheet XML is passed in a call to OnAddPropertyPages.
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 VistaTarget Platforms
Windows Server 2003,Windows VistaSee Also
Reference
SmsDialogData ClassSmsDialogData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
OnAddPropertyPages