HttpSessionStateBase.LCID プロパティ

定義

派生クラスでオーバーライドされると、現在のセッションのロケール識別子 (LCID) を取得または設定します。

public:
 virtual property int LCID { int get(); void set(int value); };
public virtual int LCID { get; set; }
member this.LCID : int with get, set
Public Overridable Property LCID As Integer

プロパティ値

現在のセッションの LCID (カルチャ)。

例外

適用対象