SPGroup.DistributionGroupErrorMessage Property
Gets the most recent error message that was returned by an asynchronous distribution group operation.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property DistributionGroupErrorMessage As String
Get
Private Set
'Usage
Dim instance As SPGroup
Dim value As String
value = instance.DistributionGroupErrorMessage
public string DistributionGroupErrorMessage { get; private set; }
Property Value
Type: System.String
A string that contains the most recent error message.