ImportConfigPublishHistoryIds Property  | 
 
            Gets the IDs of publish histories to be imported.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<(Guid SourceProjectId, Guid TargetProjectId)> PublishHistoryIds { get; }Public ReadOnly Property PublishHistoryIds As ICollection(Of (SourceProjectId As Guid, TargetProjectId As Guid))
	Get
public:
property ICollection<ValueTuple<Guid, Guid>>^ PublishHistoryIds {
	ICollection<ValueTuple<Guid, Guid>>^ get ();
}member PublishHistoryIds : ICollection<ValueTuple<Guid, Guid>> with get
Property Value
Type: 
ICollectionValueTupleGuid, 
Guid
See Also