[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies the 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.Name

instance.Name = value

Syntax

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

Example

See ConnectorInfo for an example of the Name field.

Remarks

The Name 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

See Also