ProjectPublishHistoryInfoTargetProjects Property

Gets the target projects.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IReadOnlyDictionary<Guid, DateTime> TargetProjects { get; }

Property Value

Type: IReadOnlyDictionaryGuid, DateTime
The dictionary where keys are the target project IDs and the values are last published date and time.
See Also