This document is archived and information here might be outdated.  Recommended version.


IJobInfo.SubmittedBy Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJobInfo.SubmittedBy Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJobInfo Interface