Share via


SharingResult.UsersAddedToGroup property

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

Syntax

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

value = instance.UsersAddedToGroup
public IList<UserSharingResult> UsersAddedToGroup { get; }

Property value

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

See also

Reference

SharingResult class

SharingResult members

Microsoft.SharePoint.Client namespace