MonitoringConnectorSubscription.Description Property
Applies To: Operations Manager for System Center 2012
Gets or sets the descriptive text for the connector subscription.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
Returns a String that contains the connector subscription description.
Remarks
The Description contains a short description of the subscription and can be seen in the Alerts Connector - Product Connector Properties dialog box as well as in the Product Connector Subscription Wizard.
Examples
See MonitoringConnectorSubscription for an example of this property.
See Also
MonitoringConnectorSubscription Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top