SettablePropertyValue<T> Class

 

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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class SettablePropertyValue<T>
where T : struct
generic<typename T>
where T : value struct, gcnew()
[SerializableAttribute]
public ref class SettablePropertyValue sealed 
[<Sealed>]
[<SerializableAttribute>]
type SettablePropertyValue<'T when 'T : struct> = class end
<SerializableAttribute>
Public NotInheritable Class SettablePropertyValue(Of T As Structure)

Type Parameters

  • T
    The type of object the setting represents.

Constructors

Name Description
System_CAPS_pubmethod SettablePropertyValue<T>(T)

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

System_CAPS_pubmethod SettablePropertyValue<T>(T, Boolean)

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

Properties

Name Description
System_CAPS_pubproperty HasDefaultValue

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

System_CAPS_pubproperty Value

Gets the property value.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

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

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Implicit(T to SettablePropertyValue<T>)

The implicit conversion operator converts the specified value to the returned SettablePropertyValue<T> object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top