Compartilhar via


UtilityClass.GetPropertySheetXml Method

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

'Usage
Dim dialogData As SmsDialogData
Dim returnValue As Boolean

returnValue = UtilityClass.GetPropertySheetXml(dialogData)

Syntax

'Declaration
Public Shared Function GetPropertySheetXml ( _
    dialogData As SmsDialogData _
) As Boolean
public static bool GetPropertySheetXml (
    SmsDialogData dialogData
)
public:
static bool GetPropertySheetXml (
    SmsDialogData^ dialogData
)
public static boolean GetPropertySheetXml (
    SmsDialogData dialogData
)
public static function GetPropertySheetXml (
    dialogData : SmsDialogData
) : boolean

Parameters

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

Reference

UtilityClass Class
UtilityClass Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsDialogData Class