NavigationTerm.IsDeprecated property

Indicates whether the NavigationTerm object is deprecated.

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

Syntax

'Declaration
Public ReadOnly Property IsDeprecated As Boolean
    Get
'Usage
Dim instance As NavigationTerm
Dim value As Boolean

value = instance.IsDeprecated
public bool IsDeprecated { get; }

Property value

Type: System.Boolean
true if the IsDeprecated property was true; otherwise, false.

See also

Reference

NavigationTerm class

NavigationTerm members

Microsoft.SharePoint.Client.Publishing.Navigation namespace