de la propiedad SharingResult.UsersAddedToGroup
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public ReadOnly Property UsersAddedToGroup As IList(Of UserSharingResult)
Get
'Uso
Dim instance As SharingResult
Dim value As IList(Of UserSharingResult)
value = instance.UsersAddedToGroup
public IList<UserSharingResult> UsersAddedToGroup { get; }
Valor de propiedad
Tipo: System.Collections.Generic.IList<UserSharingResult>