[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

Visual Basic
Dim instance As ConnectorInfo
Dim value As String

value = instance.DisplayName

instance.DisplayName = value

Syntax

Visual Basic
<DataMemberAttribute> _
Public DisplayName As String
C#
[DataMemberAttribute] 
public string DisplayName
C++
[DataMemberAttribute] 
public:
String^ DisplayName
J#
/** @attribute DataMemberAttribute() */ 
public String DisplayName
JScript
DataMemberAttribute 
public var DisplayName : String

Example

See ConnectorInfo for an example of the DisplayName field.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also