SettablePropertyValue<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |