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