SPInvitationCreationResult.Succeeded property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Succeeded As Boolean
Get
'Usage
Dim instance As SPInvitationCreationResult
Dim value As Boolean
value = instance.Succeeded
public bool Succeeded { get; }
Property value
Type: System.Boolean
See also
Reference
SPInvitationCreationResult class