Gets the property sheet template XML from the management provider for the specified dialog box. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim dialogData As SmsDialogData
Dim returnValue As Boolean

returnValue = UtilityClass.GetPropertySheetXml(dialogData)

Syntax

Visual Basic
Public Shared Function GetPropertySheetXml ( _
		dialogData As SmsDialogData _
) As Boolean
C#
public static bool GetPropertySheetXml (
		SmsDialogData dialogData
)
C++
public:
static bool GetPropertySheetXml (
		SmsDialogData^ dialogData
)
J#
public static boolean GetPropertySheetXml (
		SmsDialogData dialogData
)
JScript
public static function GetPropertySheetXml (
		dialogData : SmsDialogData
) : boolean

Parameters

dialogData

[in] SmsDialogData object for the dialog.

Return Value

true if the template XML is retrieved; otherwise false.

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