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