Propriété Metadata.AreAllMetadataListsEmpty
Gets a value that indicates whether all list properties are empty.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AreAllMetadataListsEmpty As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if all list properties are empty; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts