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 | |
---|---|---|
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. |
Properties
Name | Description | |
---|---|---|
HasDefaultValue | Gets a Boolean value that determines whether the property value is the default value. |
|
Value | Gets the property value. |
Methods
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().) |
Operators
Name | Description | |
---|---|---|
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