Property<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.
Represents the server configuration property.
generic <typename T>
public ref class Property
public class Property<T>
type Property<'T> = class
Public Class Property(Of T)
Type Parameters
- T
The type of the property.
- Inheritance
-
Property<T>
Constructors
| Property<T>(ServiceContainer, Setting) |
Initializes a new instance of the Property<T> class. |
Properties
| Enabled |
Gets whether to the property is enabled. |
| Value |
Gets or sets the property value. |
Methods
| SetValueAndSource(Object, InputSettingSource) |
Sets the value and source of the property. |