DeploymentTypeExtender.ResolvePropertyPageDialogId Method

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Resolves the Property Page DialogId for a given technology.

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement.Extender (in Microsoft.ConfigurationManagement.ApplicationManagement.Extender.dll)

Usage

'Usage
Dim technologyId As String
Dim returnValue As String

returnValue = DeploymentTypeExtender.ResolvePropertyPageDialogId(technologyId)

Syntax

'Declaration
Public Shared Function ResolvePropertyPageDialogId ( _
    technologyId As String _
) As String
public static string ResolvePropertyPageDialogId (
    string technologyId
)
public:
static String^ ResolvePropertyPageDialogId (
    String^ technologyId
)
public static String ResolvePropertyPageDialogId (
    String technologyId
)
public static function ResolvePropertyPageDialogId (
    technologyId : String
) : String

Parameters

  • technologyId
    Identifier of the technology to lookup Property Page DialogId.

Return Value

Returns String.

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DeploymentTypeExtender Class
DeploymentTypeExtender Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace