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)

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.

See also

Reference

SPGroup class

SPGroup members

Microsoft.SharePoint namespace