ProjectPublishHistoryInfoTargetProjects Property  | 
 Gets the target projects.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyDictionary<Guid, DateTime> TargetProjects { get; }Public ReadOnly Property TargetProjects As IReadOnlyDictionary(Of Guid, DateTime)
	Get
public:
property IReadOnlyDictionary<Guid, DateTime>^ TargetProjects {
	IReadOnlyDictionary<Guid, DateTime>^ get ();
}member TargetProjects : IReadOnlyDictionary<Guid, DateTime> with get
Property Value
Type: 
IReadOnlyDictionaryGuid, 
DateTimeThe dictionary where keys are the target project IDs and the values are last published date and time.
See Also