TransferFileInfoGroupTransferItems Property |
Gets the collection of all the group transfer items found in the transfer file.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<GroupTransferItem> GroupTransferItems { get; }
Public ReadOnly Property GroupTransferItems As ICollection(Of GroupTransferItem)
Get
public:
property ICollection<GroupTransferItem^>^ GroupTransferItems {
ICollection<GroupTransferItem^>^ get ();
}
member GroupTransferItems : ICollection<GroupTransferItem> with get
Property Value
Type:
ICollectionGroupTransferItemSee Also