SharingLinkInfo.ShareId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ShareId As Guid
Get
'Usage
Dim instance As SharingLinkInfo
Dim value As Guid
value = instance.ShareId
public Guid ShareId { get; }
Property value
Type: System.Guid