Condividi tramite


Proprietà Documentation.IsEmpty

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore che indica se questo oggetto Documentation contiene solo un valore Null o un oggetto Summary vuoto e un oggetto Longdescription.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Utilizzo
Dim instance As Documentation 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Valore proprietà

Tipo: System.Boolean
True se questo oggetto Documentation contiene solo un valore Null o un oggetto Summary vuoto e un oggetto LongDescription; in caso contrario, false.

Vedere anche

Riferimento

Documentation Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm