SettablePropertyValue<T> Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a settable property value.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Administration::SettablePropertyValue<T>

generic<typename T>
where T : value struct, gcnew()
[SerializableAttribute]
public ref class SettablePropertyValue sealed 

Type Parameters

T

The type of object the setting represents.

NameDescription
System_CAPS_pubmethodSettablePropertyValue<T>(T)

Initializes a new SettablePropertyValue<T> object by specifying the property value to set.

System_CAPS_pubmethodSettablePropertyValue<T>(T, Boolean)

Initializes a new SettablePropertyValue<T> object by specifying the property value to set and whether this is the default value.

NameDescription
System_CAPS_pubpropertyHasDefaultValue

Gets a Boolean value that determines whether the property value is the default value.

System_CAPS_pubpropertyValue

Gets the property value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string representation of the SettablePropertyValue<T> object.(Overrides Object::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(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.

Return to top
Show: