UserIdentity 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行工作的使用者身分識別定義。
public class UserIdentity
type UserIdentity = class
Public Class UserIdentity
- 繼承
-
UserIdentity
備註
指定 userName 或 autoUser 屬性,但不能同時指定這兩者。
建構函式
UserIdentity() |
初始化 UserIdentity 類別的新實例。 |
UserIdentity(String, AutoUserSpecification) |
初始化 UserIdentity 類別的新實例。 |
屬性
AutoUser |
取得或設定執行工作的自動使用者。 |
UserName |
取得或設定執行工作的使用者身分識別名稱。 |