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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property AsLastNode As Boolean
Get
Set
'Usage
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.AsLastNode
instance.AsLastNode = value
[RemoteAttribute]
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