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