Proprietà AreAllMetadataListsEmpty
Gets or sets a value indicating whether all list properties are empty.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AreAllMetadataListsEmpty As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if all list properties are empty; otherwise, false.
Vedere anche