Metadata.AreAllMetadataListsEmpty Property

 

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

public bool AreAllMetadataListsEmpty { get; }
public:
property bool AreAllMetadataListsEmpty {
    bool get();
}
member AreAllMetadataListsEmpty : bool with get
Public ReadOnly Property AreAllMetadataListsEmpty As Boolean

Property Value

Type: System.Boolean

true if all list properties are empty; otherwise, false.

See Also

Metadata Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top