言語

DirectiveAttribute.Culture プロパティ

定義

属性に関連付けられているカルチャ値を取得または設定します。

public:
 property bool Culture { bool get(); void set(bool value); };
public bool Culture { get; set; }
member this.Culture : bool with get, set
Public Property Culture As Boolean

プロパティ値

true 属性に関連付けられているカルチャ値の場合。それ以外の場合は false

適用対象