SPGroup.DistributionGroupPendingJobData property
Gets the type and identifier (ID) of the currently pending asynchronous Directory Management Service request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DistributionGroupPendingJobData As SPDistributionGroupJobData
Get
'Usage
Dim instance As SPGroup
Dim value As SPDistributionGroupJobData
value = instance.DistributionGroupPendingJobData
public SPDistributionGroupJobData DistributionGroupPendingJobData { get; }
Property value
Type: Microsoft.SharePoint.SPDistributionGroupJobData
An SPDistributionGroupJobData object that contains the type and ID of the request that is currently pending, if any, or a null reference (Nothing in Visual Basic) if there is none.