ClientFormsIdentity.Name プロパティ
定義
ユーザーの名前を取得します。Gets the name of the user.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
プロパティ値
- String
ユーザーの名前です。The name of the user.
実装
適用対象