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)Dim instance As MonitoringPerformanceData Dim value As Boolean value = instance.HasSignature Public ReadOnly Property HasSignature As Booleanpublic bool HasSignature { get; }public: property bool HasSignature { bool get (); }/** @property */ public boolean get_HasSignature () public function get HasSignature () : boolean Property ValueReturns a Boolean value that is true if the performance data object has a signature and false otherwise.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringPerformanceData Dim value As Boolean value = instance.HasSignature Public ReadOnly Property HasSignature As Booleanpublic bool HasSignature { get; }public: property bool HasSignature { bool get (); }/** @property */ public boolean get_HasSignature () public function get HasSignature () : boolean Property ValueReturns a Boolean value that is true if the performance data object has a signature and false otherwise.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.