言語

IResultInfo.LoginName プロパティ

定義

バッチを実行しているログイン名を取得します。

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

プロパティ値

バッチを実行するユーザーのログイン名を含む String です。

適用対象