UserIdentity クラス

定義

タスクを実行するユーザー ID の定義。

public class UserIdentity
type UserIdentity = class
Public Class UserIdentity
継承
UserIdentity

コンストラクター

UserIdentity(AutoUserSpecification)

UserIdentity クラスの新しいインスタンスを初期化します。

UserIdentity(String)

UserIdentity クラスの新しいインスタンスを初期化します。

プロパティ

AutoUser

タスクを実行する自動ユーザーを取得します。

UserName

タスクを実行するユーザー ID の名前を取得します。

適用対象