This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobInfo Interface > IJobInfo.SubmittedBy Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR* 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