Language

Property<T> Class

Definition

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

Name Description
Property<T>(ServiceContainer, Setting)

Initializes a new instance of the Property<T> class.

Properties

Name Description
Enabled

Gets whether to the property is enabled.

Value

Gets or sets the property value.

Methods

Name Description
SetValueAndSource(Object, InputSettingSource)

Sets the value and source of the property.

Applies to