Share via


PropertyConfiguration.NotExpandable Property

 

Gets or sets whether the property is not expandable. default is false.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool NotExpandable {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool NotExpandable {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member NotExpandable : bool with get, set
Public Property NotExpandable As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

PropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top