Share via


SharingResult.InvitedUsers property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property InvitedUsers As IList(Of SPInvitationCreationResult)
    Get
'Usage
Dim instance As SharingResult
Dim value As IList(Of SPInvitationCreationResult)

value = instance.InvitedUsers
public IList<SPInvitationCreationResult> InvitedUsers { get; }

Property value

Type: System.Collections.Generic.IList<SPInvitationCreationResult>

See also

Reference

SharingResult class

SharingResult members

Microsoft.SharePoint.Client namespace