Metadata.AreMultipleMetadataListsPresent Property

 

Gets a value that indicates whether multiple list properties are populated.

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

Syntax

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

Property Value

Type: System.Boolean

true if multiple list properties are populated; otherwise, false.

See Also

Metadata Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top