SettablePropertyValue<T>.HasDefaultValue Property
Applies To: Operations Manager for System Center 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)
Syntax
public bool HasDefaultValue { get; }
public:
property bool HasDefaultValue {
bool get();
}
member HasDefaultValue : bool with get
Public ReadOnly Property HasDefaultValue As Boolean
Property Value
Type: System.Boolean
Returns 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.
See Also
SettablePropertyValue<T> Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top