SettablePropertyValue<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new SettablePropertyValue<T> object.
Overloads
| SettablePropertyValue<T>(T) |
Constructor. |
| SettablePropertyValue<T>(T, Boolean) |
Constructor. |
SettablePropertyValue<T>(T)
Constructor.
public:
SettablePropertyValue(T propertyValue);
public SettablePropertyValue (T propertyValue);
new Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<'T (requires 'T : struct)> : 'T -> Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<'T (requires 'T : struct)>
Public Sub New (propertyValue As T)
Parameters
- propertyValue
- T
Property value.
Applies to
SettablePropertyValue<T>(T, Boolean)
Constructor.
public:
SettablePropertyValue(T propertyValue, bool hasDefaultValue);
public SettablePropertyValue (T propertyValue, bool hasDefaultValue);
new Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<'T (requires 'T : struct)> : 'T * bool -> Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<'T (requires 'T : struct)>
Public Sub New (propertyValue As T, hasDefaultValue As Boolean)
Parameters
- propertyValue
- T
Property value.
- hasDefaultValue
- Boolean
Whether this is a default value.