SettablePropertyValue Constructor (T, Boolean)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new SettablePropertyValue object by specifying the property value to set and whether this is the default value.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim propertyValue As T
Dim hasDefaultValue As Boolean
Dim instance As New SettablePropertyValue(Of T)(propertyValue, hasDefaultValue)
Syntax
'Declaration
Public Sub New ( _
propertyValue As T, _
hasDefaultValue As Boolean _
)
public SettablePropertyValue (
T propertyValue,
bool hasDefaultValue
)
public:
SettablePropertyValue (
T propertyValue,
bool hasDefaultValue
)
public SettablePropertyValue (
T propertyValue,
boolean hasDefaultValue
)
public function SettablePropertyValue (
propertyValue : T,
hasDefaultValue : boolean
)
Parameters
- propertyValue
The property value to set.
- hasDefaultValue
A Boolean value that determines whether the value is the default property value. If this value is true, then the property value is the default value, and if this value is false, then the property value is not the default value.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SettablePropertyValue Generic Class
SettablePropertyValue Members
Microsoft.EnterpriseManagement.Administration Namespace