Propriedade do RDL Metadata.AreAllMetadataListsEmpty
Gets a value that indicates whether all list properties are empty.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if all list properties are empty; otherwise, false.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts