SPDistributionGroupJobData.JobId property
Gets the identifier (ID) of the asynchronous Directory Management Service request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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