NavigationTermSetItem.View property
Gets a NavigationTermSetView object that is used for various purposes such as to resolve relative URLs.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property View As NavigationTermSetView
Get
'Usage
Dim instance As NavigationTermSetItem
Dim value As NavigationTermSetView
value = instance.View
public NavigationTermSetView View { get; }
Property value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetView
A NavigationTermSetView object.
Remarks
The view represents a state that is obtained from the context of the Web object that is using the term set for its navigation.
The NavigationTermSetView object is read-only. To modify the view, make the changes to a copy obtained via the GetCopy method, and then pass the new instance to the GetWithNewView(NavigationTermSetView) method or to the GetWithNewView method.