Share via


StructuralTypeConfiguration.IsOpen Property

 

Gets a value indicating whether this type is open or not.

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 Class
System.Web.OData.Builder Namespace

Return to top