This document is archived and information here might be outdated. Recommended version. |
Name of the user who submitted the job.
[Visual Basic .NET]
Public Property SubmittedBy As String
[C#]
public string SubmittedBy {get; set;}
[C++]
HRESULT get_SubmittedBy(
System.String* UserName
);
[C++]
HRESULT put_SubmittedBy(
BSTR UserName
);
[C++] Parameters UserName [out, retval]
UserName is a parameter of type BSTR* UserName [in]
UserName is a parameter of type BSTR