OperationalDataProperty.PropertyName Property

 

Applies To: Operations Manager for System Center 2012

Gets the column name of this property.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get();
}
member PropertyName : string with get
Public ReadOnly Property PropertyName As String

Property Value

Type: System.String

Returns a String object.

See Also

OperationalDataProperty Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top