RequestResponse.JobID property
Gets or sets an ID number for the request.
Namespace: WebSvcsharepointemailws
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property JobID As Integer
Get
Set
'Usage
Dim instance As RequestResponse
Dim value As Integer
value = instance.JobID
instance.JobID = value
public int JobID { get; set; }
Property value
Type: System.Int32
A Int32 that represents an ID number for the request.
Remarks
This property is a null reference (Nothing in Visual Basic) except when JobStatus is PendingApproval.
Pass the value of this property to the GetJobStatus(Int32) method to discover whether a past request is still pending or has been denied or has succeeded.