Compartir a través de


Metadata.AreAllMetadataListsEmpty Propiedad

Gets a value that indicates whether all list properties are empty.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
Public ReadOnly Property AreAllMetadataListsEmpty As Boolean 
    Get
'Uso
Dim instance As Metadata 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if all list properties are empty; otherwise, false.

Vea también

Referencia

Metadata Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts