QueueJob.Submitter property
Gets the resource that submitted the queue job.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Submitter As User
Get
'Usage
Dim instance As QueueJob
Dim value As User
value = instance.Submitter
[RemoteAttribute]
public User Submitter { get; }
Property value
Type: Microsoft.SharePoint.Client.User
An EnterpriseResource object.