Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an ID number for the request.
Namespace: [Sharepointemailws Web service]
Web service reference: http://Site/_vti_bin/Sharepointemailws.asmx
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.