SPDistributionGroupJobData.JobType property
Gets the type of the asynchronous Directory Management Service request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property JobType As SPDistributionGroupJobType
Get
'Usage
Dim instance As SPDistributionGroupJobData
Dim value As SPDistributionGroupJobType
value = instance.JobType
public SPDistributionGroupJobType JobType { get; }
Property value
Type: Microsoft.SharePoint.SPDistributionGroupJobType
An SPDistributionGroupJobType value that indicates the type of the asynchronous request.
See also
Reference
SPDistributionGroupJobData class