Share via


SmsDialogData.PropertySheetXml Property

Gets or sets the property sheet XML for the dialog box.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsDialogData
Dim value As String

value = instance.PropertySheetXml

instance.PropertySheetXml = value

Syntax

'Declaration
Public Property PropertySheetXml As String
public string PropertySheetXml { get; set; }
public:
property String^ PropertySheetXml {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PropertySheetXml ()

/** @property */
public void set_PropertySheetXml (String value)
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 Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsDialogData Class
SmsDialogData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
OnAddPropertyPages