Свойство AreAllMetadataListsEmpty

Gets or sets a value indicating whether all list properties are empty.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public ReadOnly Property AreAllMetadataListsEmpty As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if all list properties are empty; otherwise, false.