IEdmStructuredType.IsOpen Property

Gets a value indicating whether this type is open.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property IsOpen As Boolean 
    Get
'Usage
Dim instance As IEdmStructuredType 
Dim value As Boolean 

value = instance.IsOpen
bool IsOpen { get; }
property bool IsOpen {
    bool get ();
}
abstract IsOpen : bool
function get IsOpen () : boolean

Property Value

Type: System.Boolean
True if this type is open; otherwise, false.

See Also

Reference

IEdmStructuredType Interface

Microsoft.Data.Edm Namespace