Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ConnectorGlobalConfiguration |
Syntax
Visual Basic |
---|
<DataContractAttribute> _ Public Class ConnectorGlobalConfiguration |
C# |
---|
[DataContractAttribute] public class ConnectorGlobalConfiguration |
C++ |
---|
[DataContractAttribute] public ref class ConnectorGlobalConfiguration |
J# |
---|
/** @attribute DataContractAttribute() */ public class ConnectorGlobalConfiguration |
JScript |
---|
DataContractAttribute public class ConnectorGlobalConfiguration |
Example
The following example gets the ConnectorGlobalConfiguration object and displays its properties.
Remarks
Represents information about the management group. The ConnectorGlobalConfiguration object is returned when the GetGlobalConfiguration method is called.
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorGlobalConfiguration
Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorGlobalConfiguration
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.