SPDistributionGroupJobData.JobId Property
Gets the identifier (ID) of the asynchronous Directory Management Service request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property JobId As Integer
Get
'Usage
Dim instance As SPDistributionGroupJobData
Dim value As Integer
value = instance.JobId
public int JobId { get; }
Property Value
Type: System.Int32
As 32-bit integer that indicates the ID of the asynchronous request.
See Also
Reference
SPDistributionGroupJobData Class