FormsIdentity.Name プロパティ

定義

フォーム ID のユーザー名を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 virtual property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public override string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Public Overrides ReadOnly Property Name As String

プロパティ値

String

フォーム ID のユーザー名。

実装

注釈

このプロパティはName、コンストラクターに指定されたプロパティのFormsAuthenticationTicketNameを返します。

適用対象

こちらもご覧ください