ObjectSharingInformation.SharingLinks property
Namespace: Microsoft.SharePoint.Client
Assembly: 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; }
Property value
Type: System.Collections.Generic.IEnumerable<SharingLinkInfo>
See also
Reference
ObjectSharingInformation class