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.