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