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