UserIdentity 類別

定義

執行工作的使用者身分識別定義。

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

備註

指定 userName 或 autoUser 屬性,但不能同時指定這兩者。

建構函式

UserIdentity()

初始化 UserIdentity 類別的新實例。

UserIdentity(String, AutoUserSpecification)

初始化 UserIdentity 類別的新實例。

屬性

AutoUser

取得或設定執行工作的自動使用者。

UserName

取得或設定執行工作的使用者身分識別名稱。

適用於