Share via


NotNavigableAttribute Class

Definition

Represents an Attribute that can be placed on a property to specify that the property cannot be navigated in OData query.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotNavigableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotNavigableAttribute = class
    inherit Attribute
Public NotInheritable Class NotNavigableAttribute
Inherits Attribute
Inheritance
NotNavigableAttribute
Attributes

Constructors

NotNavigableAttribute()

Applies to