Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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