Share via


Property<T>.Value プロパティ

定義

プロパティの値を取得します。値の設定も可能です。

public:
 property T Value { T get(); void set(T value); };
public T Value { get; set; }
member this.Value : 'T with get, set
Public Property Value As T

プロパティ値

T

プロパティ値。

適用対象