Condividi tramite


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

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.

Applies to