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 the type 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 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