Propriété IEdmStructuredType.IsOpen
Obtient une valeur indiquant si ce type est ouvert.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property IsOpen As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
True si ce type est ouvert ; sinon, false.