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