ExportConfigPublishHistoryIds Property  | 
 
            Gets a set containing the IDs (mappings between source and target project IDs) of all publish histories to export.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ISet<(Guid SourceProjectId, Guid TargetProjectId)> PublishHistoryIds { get; }Public ReadOnly Property PublishHistoryIds As ISet(Of (SourceProjectId As Guid, TargetProjectId As Guid))
	Get
public:
property ISet<ValueTuple<Guid, Guid>>^ PublishHistoryIds {
	ISet<ValueTuple<Guid, Guid>>^ get ();
}member PublishHistoryIds : ISet<ValueTuple<Guid, Guid>> with get
Property Value
Type: 
ISetValueTupleGuid, 
Guid
See Also