ImportConfigAccountIds Property |
Gets the IDs of the accounts to be imported.
Namespace: Dundas.BI.TransferAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ICollection<Guid> AccountIds { get; }Public ReadOnly Property AccountIds As ICollection(Of Guid)
Get
public:
property ICollection<Guid>^ AccountIds {
ICollection<Guid>^ get ();
}member AccountIds : ICollection<Guid> with get
Property Value
ICollectionGuid
See Also