Share via


SettablePropertyValue<T> Constructor (T, Boolean)

 

Applies To: Operations Manager for System Center 2012

Initializes a new SettablePropertyValue<T> 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)

Syntax

public SettablePropertyValue(
    T propertyValue,
    bool hasDefaultValue
)
public:
SettablePropertyValue(
    T propertyValue,
    bool hasDefaultValue
)
new : 
        propertyValue:'T *
        hasDefaultValue:bool -> SettablePropertyValue
Public Sub New (
    propertyValue As T,
    hasDefaultValue As Boolean
)

Parameters

  • propertyValue
    Type: T

    The property value to set.

  • hasDefaultValue
    Type: System.Boolean

    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.

See Also

SettablePropertyValue<T> Overload
SettablePropertyValue<T> Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top