SharingResult.InvitedUsers-Eigenschaft
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<SPInvitationCreationResult>