SettablePropertyValue.HasDefaultValue Property

Updated: April 16, 2012

Gets a Boolean value that determines whether the property value is the default value. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SettablePropertyValue(Of T) Dim value As Boolean value = instance.HasDefaultValue Public ReadOnly Property HasDefaultValue As Booleanpublic bool HasDefaultValue { get; }public: property bool HasDefaultValue { bool get (); }/** @property */ public boolean get_HasDefaultValue () public function get HasDefaultValue () : boolean Property ValueReturns a Boolean value that is true if the property value is the default value, and false if the property value is not the default value.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms