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

適用於