Share via


StructuralTypeConfiguration<TStructuralType>.IsOpen Property

 

Gets an indicator whether this EDM type is an open type or not. Returns true if this is an open type; false otherwise.

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

Syntax

public bool IsOpen { get; }
public:
property bool IsOpen {
    bool get();
}
member IsOpen : bool with get
Public ReadOnly Property IsOpen As Boolean

Property Value

Type: System.Boolean

See Also

StructuralTypeConfiguration<TStructuralType> Class
System.Web.OData.Builder Namespace

Return to top