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


IJobInfo.SubmittedBy Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobInfo Interface > IJobInfo.SubmittedBy Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IJobInfo Interface