Compartilhar via


MonitoringPerformanceSignatureValue.Order Property

 

Applies To: Operations Manager for System Center 2012

Gets the relative order of the performance signature value.

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

Syntax

public int Order { get; }
public:
property int Order {
    int get();
}
member Order : int with get
Public ReadOnly Property Order As Integer

Property Value

Type: System.Int32

Returns a Int32 value that is the relative order of the performance signature value.

See Also

MonitoringPerformanceSignatureValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top