Metadata.AreAllMetadataListsEmpty 属性

Gets a value that indicates whether all list properties are empty.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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.

请参阅

参考

Metadata 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间