Propriété AreMultipleMetadataListsPresent
Gets a value indicating whether multiple list properties are populated.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AreMultipleMetadataListsPresent As Boolean
Get
'Utilisation
Dim instance As Metadata
Dim value As Boolean
value = instance.AreMultipleMetadataListsPresent
public bool AreMultipleMetadataListsPresent { get; }
public:
property bool AreMultipleMetadataListsPresent {
bool get ();
}
member AreMultipleMetadataListsPresent : bool
function get AreMultipleMetadataListsPresent () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if multiple list properties are populated; otherwise, false.
Voir aussi