AppManUtilities.ApplicationNameExists Method (ConnectionManagerBase, String, String)
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 connectionManager As ConnectionManagerBase
Dim name As String
Dim modelName As String
Dim returnValue As Boolean
returnValue = AppManUtilities.ApplicationNameExists(connectionManager, name, modelName)
Syntax
'Declaration
Public Shared Function ApplicationNameExists ( _
connectionManager As ConnectionManagerBase, _
name As String, _
modelName As String _
) As Boolean
public static bool ApplicationNameExists (
ConnectionManagerBase connectionManager,
string name,
string modelName
)
public:
static bool ApplicationNameExists (
ConnectionManagerBase^ connectionManager,
String^ name,
String^ modelName
)
public static boolean ApplicationNameExists (
ConnectionManagerBase connectionManager,
String name,
String modelName
)
public static function ApplicationNameExists (
connectionManager : ConnectionManagerBase,
name : String,
modelName : String
) : 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