SharingLinkData.IsWritable property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property IsWritable As Boolean
Get
Set
'Usage
Dim instance As SharingLinkData
Dim value As Boolean
value = instance.IsWritable
instance.IsWritable = value
public bool IsWritable { get; set; }
Property value
Type: System.Boolean