次の方法で共有


SettablePropertyValue.HasDefaultValue Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As SettablePropertyValue(Of T)
Dim value As Boolean

value = instance.HasDefaultValue

Syntax

'Declaration
Public ReadOnly Property HasDefaultValue As Boolean
public bool HasDefaultValue { get; }
public:
property bool HasDefaultValue {
    bool get ();
}
/** @property */
public boolean get_HasDefaultValue ()
public function get HasDefaultValue () : boolean

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SettablePropertyValue Generic Class
SettablePropertyValue Members
Microsoft.EnterpriseManagement.Administration Namespace