EdmStructuredType.IsOpen Property

Gets a value that indicates whether the type is visible.

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

Syntax

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

value = instance.IsOpen
public bool IsOpen { get; }
public:
virtual property bool IsOpen {
    bool get () sealed;
}
abstract IsOpen : bool 
override IsOpen : bool
final function get IsOpen () : boolean

Property Value

Type: System.Boolean
true if the type is visible; otherwise, false.

Implements

IEdmStructuredType.IsOpen

See Also

Reference

EdmStructuredType Class

Microsoft.Data.Edm.Library Namespace