NavigationNodeCreationInformation.AsLastNode property

Gets or sets a value that specifies whether the navigation node will be created as the last node in the collection.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property AsLastNode As Boolean
    Get
    Set
'Usage
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean

value = instance.AsLastNode

instance.AsLastNode = value
public bool AsLastNode { get; set; }

Property value

Type: System.Boolean
Returns Booleantrue if the navigation node will be created as the last node in the collection; otherwise, returns false. The default value is

Remarks

Must have no effect if PreviousNode is not a null reference (Nothing in Visual Basic).

See also

Reference

NavigationNodeCreationInformation class

NavigationNodeCreationInformation members

Microsoft.SharePoint.Client namespace