MonitoringTaskResult.SubmittedBy Property

Definition

Who the task was submitted by.

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

Property Value

Returns a String that contains the user name of the user who submitted the task.

Remarks

The returned string includes the user's domain and username.

Applies to