SettablePropertyValue<T> Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a settable property value.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | SettablePropertyValue<T>(T) | Initializes a new SettablePropertyValue<T> object by specifying the property value to set. |
![]() | SettablePropertyValue<T>(T, Boolean) | Initializes a new SettablePropertyValue<T> object by specifying the property value to set and whether this is the default value. |
| Name | Description | |
|---|---|---|
![]() | HasDefaultValue | Gets a Boolean value that determines whether the property value is the default value. |
![]() | Value | Gets the property value. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the string representation of the SettablePropertyValue<T> object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(T to SettablePropertyValue<T>^) | The implicit conversion operator converts the specified value to the returned SettablePropertyValue<T> object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



