SettablePropertyValue Constructor (T, Boolean)

Updated: April 16, 2012

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)Dim propertyValue As T Dim hasDefaultValue As Boolean Dim instance As New SettablePropertyValue(Of T)(propertyValue, hasDefaultValue)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 )ParameterspropertyValueThe property value to set.hasDefaultValueA 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.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms