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 and identifier (ID) of the currently pending asynchronous Directory Management Service request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public ReadOnly Property DistributionGroupPendingJobData As SPDistributionGroupJobData
Get
'Usage
Dim instance As SPGroup
Dim value As SPDistributionGroupJobData
value = instance.DistributionGroupPendingJobData
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
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.