IScheduledTask.TriggerUserFullName Property

Definition

Gets fully-qualified name of the user identity triggering the task, if available, including the domain name.

public string TriggerUserFullName { get; }
member this.TriggerUserFullName : string
Public ReadOnly Property TriggerUserFullName As String

Property Value

Remarks

Only some types of triggers are user-specific and include a user name.

Applies to