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입니다.

적용 대상