AppManUtilities.IsDeploymentTypeReferenced 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 connection As ConnectionManagerBase
Dim dtSelected As DeploymentType
Dim notifier As IErrorNotifier
Dim returnValue As Boolean

returnValue = AppManUtilities.IsDeploymentTypeReferenced(connection, dtSelected, notifier)

Syntax

'Declaration
Public Shared Function IsDeploymentTypeReferenced ( _
    connection As ConnectionManagerBase, _
    dtSelected As DeploymentType, _
    notifier As IErrorNotifier _
) As Boolean
public static bool IsDeploymentTypeReferenced (
    ConnectionManagerBase connection,
    DeploymentType dtSelected,
    IErrorNotifier notifier
)
public:
static bool IsDeploymentTypeReferenced (
    ConnectionManagerBase^ connection, 
    DeploymentType^ dtSelected, 
    IErrorNotifier^ notifier
)
public static boolean IsDeploymentTypeReferenced (
    ConnectionManagerBase connection, 
    DeploymentType dtSelected, 
    IErrorNotifier notifier
)
public static function IsDeploymentTypeReferenced (
    connection : ConnectionManagerBase, 
    dtSelected : DeploymentType, 
    notifier : IErrorNotifier
) : boolean

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