Свойство NavigationNodeCreationInformation.AsLastNode
Gets or sets a value that specifies whether the navigation node will be created as the last node in the collection.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property AsLastNode As Boolean
Get
Set
'Применение
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.AsLastNode
instance.AsLastNode = value
public bool AsLastNode { get; set; }
Значение свойства
Тип: 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
Замечания
Must have no effect if PreviousNode is not пустая ссылка (Nothing в Visual Basic).
См. также
Справочные материалы
NavigationNodeCreationInformation класс