Property<T> 类

定义

表示服务器配置属性。

generic <typename T>
public ref class Property
public class Property<T>
type Property<'T> = class
Public Class Property(Of T)

类型参数

T

属性的类型。

继承
Property<T>

构造函数

Property<T>(ServiceContainer, Setting)

初始化 Property<T> 类的新实例。

属性

Enabled

获取是否启用属性。

Value

获取或设置属性值。

方法

SetValueAndSource(Object, InputSettingSource)

设置属性的值和源。

适用于