共用方式為


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 命名空間