次の方法で共有


MonitoringStateChangeEvent.Context Property

 

Applies To: Operations Manager for System Center 2012

Gets the context of the state change event.

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

Syntax

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

Property Value

Type: System.String

Returns aString that contains the context of the state change event.

See Also

MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top