[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Specifies the description of the monitoring
connector.
Namespace:
Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
Dim instance As ConnectorInfo
Dim value As String
value = instance.Description
instance.Description = value
|
Syntax
Visual Basic |
<DataMemberAttribute> _
Public Description As String
|
C# |
[DataMemberAttribute]
public string Description
|
C++ |
[DataMemberAttribute]
public:
String^ Description
|
J# |
/** @attribute DataMemberAttribute() */
public String Description
|
JScript |
DataMemberAttribute
public var Description : String
|
Example
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also