MonitoringPerformanceSignature.IsReset Property
Applies To: Operations Manager for System Center 2012
Gets a Boolean value that determines whether the performance signature is reset.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsReset { get; }
public:
property bool IsReset {
bool get();
}
member IsReset : bool with get
Public ReadOnly Property IsReset As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the performance signature is reset and false otherwise..
See Also
MonitoringPerformanceSignature Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top