ConnectorInfo.DisplayName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The display name of the monitoring connector.
public: System::String ^ DisplayName;
[System.Runtime.Serialization.DataMember]
public string DisplayName;
val mutable DisplayName : string
Public DisplayName As String
Field Value
- Attributes
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.