ExportConfigDataPublishHistoryIds Property |
Gets a set containing the IDs (mappings between source and target project IDs) of all publish histories to export.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "publishHistoryIds")]
public IList<(Guid SourceProjectId, Guid TargetProjectId)> PublishHistoryIds { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "publishHistoryIds")>
Public ReadOnly Property PublishHistoryIds As IList(Of (SourceProjectId As Guid, TargetProjectId As Guid))
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"publishHistoryIds")]
property IList<ValueTuple<Guid, Guid>>^ PublishHistoryIds {
IList<ValueTuple<Guid, Guid>>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "publishHistoryIds")>]
member PublishHistoryIds : IList<ValueTuple<Guid, Guid>> with get
Property Value
Type:
IListValueTupleGuid,
Guid
See Also