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)

プロパティの値とソースを設定します。

適用対象