ObjectSharingInformation.SharingLinks-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 SharingLinks As IEnumerable(Of SharingLinkInfo)
Get
'Usage
Dim instance As ObjectSharingInformation
Dim value As IEnumerable(Of SharingLinkInfo)
value = instance.SharingLinks
public IEnumerable<SharingLinkInfo> SharingLinks { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<SharingLinkInfo>
Siehe auch
Referenz
ObjectSharingInformation Klasse