Share via


SettablePropertyValue<T> Class

Definition

Settable property value.

generic <typename T>
 where T : value classpublic ref class SettablePropertyValue sealed
[System.Serializable]
public sealed class SettablePropertyValue<T> where T : struct
type SettablePropertyValue<'T (requires 'T : struct)> = class
Public NotInheritable Class SettablePropertyValue(Of T)

Type Parameters

T

The type of object the setting represents.

Inheritance
SettablePropertyValue<T>
Attributes

Constructors

SettablePropertyValue<T>(T)

Constructor.

SettablePropertyValue<T>(T, Boolean)

Constructor.

Properties

HasDefaultValue

Whether the default value is being used.

Value

Gets the property value.

Methods

ToString()

ToString override.

Operators

Implicit(T to SettablePropertyValue<T>)

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

Applies to