Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a value that indicates whether multiple list properties are populated.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AreMultipleMetadataListsPresent As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if multiple list properties are populated; otherwise, false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts