Share via


AppManUtilities.RetrieveDTPropertySheet Method

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

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

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim deploymentType As DeploymentType
Dim connectionManager As ConnectionManagerBase
Dim returnValue As String

returnValue = AppManUtilities.RetrieveDTPropertySheet(deploymentType, connectionManager)

Syntax

'Declaration
Public Shared Function RetrieveDTPropertySheet ( _
    deploymentType As DeploymentType, _
    connectionManager As ConnectionManagerBase _
) As String
public static string RetrieveDTPropertySheet (
    DeploymentType deploymentType,
    ConnectionManagerBase connectionManager
)
public:
static String^ RetrieveDTPropertySheet (
    DeploymentType^ deploymentType, 
    ConnectionManagerBase^ connectionManager
)
public static String RetrieveDTPropertySheet (
    DeploymentType deploymentType, 
    ConnectionManagerBase connectionManager
)
public static function RetrieveDTPropertySheet (
    deploymentType : DeploymentType, 
    connectionManager : ConnectionManagerBase
) : 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

AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace