Share via


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

プロパティ値

Boolean

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

適用対象