ConnectorInfo.Description Field
The description of the monitoring connector.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ConnectorInfo
Dim value As String
value = instance.Description
instance.Description = value
Syntax
'Declaration
<DataMemberAttribute> _
Public Description As String
[DataMemberAttribute]
public string Description
[DataMemberAttribute]
public:
String^ Description
/** @attribute DataMemberAttribute() */
public String Description
DataMemberAttribute
public var Description : String
Example
See ConnectorInfo for an example of the Description field.
Remarks
The Description can be seen in the Operations Manager in the Product Connectors box. The Description is used to easily identify a connector, allowing for subscriptions to be made to the connector.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ConnectorInfo Class
ConnectorInfo Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace