Compartilhar via


ConnectorInfo.DisplayName Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The display name of the monitoring connector.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ConnectorInfo
Dim value As String

value = instance.DisplayName

instance.DisplayName = value

Syntax

'Declaration
<DataMemberAttribute> _
Public DisplayName As String
[DataMemberAttribute] 
public string DisplayName
[DataMemberAttribute] 
public:
String^ DisplayName
/** @attribute DataMemberAttribute() */ 
public String DisplayName
DataMemberAttribute 
public var DisplayName : String

Remarks

The DisplayName can be seen when manually forwarding an alert to a connector. The DisplayName is used to easily identify a connector, allowing for forwarding of an alert to the connector.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ConnectorInfo Class
ConnectorInfo Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace