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 값을 생성자에 반환합니다.

적용 대상

추가 정보