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