Share via


NavigationTerm.IsDeprecated property

Indicates whether the NavigationTerm object is deprecated.

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

Syntax

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

value = instance.IsDeprecated
public abstract 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.Publishing.Navigation namespace