Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public ReadOnly Property AreMultipleMetadataListsPresent As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if multiple list properties are populated; otherwise, false.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace