NotExpandableAttribute Class

Definition

Represents an Attribute that can be placed on a property to specify that the property cannot be used in the $expand OData query option.

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

Constructors

NotExpandableAttribute()

Applies to