共用方式為


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.