ProjectManagementViewInfo
ProjectManagementViewInfo class
Represents view information for MS Project document.
public class ProjectManagementViewInfo : ViewInfo
Constructors
Properties
Name |
Description |
EndDate { get; set; } |
The date time when the project is to be completed. |
FileType { get; set; } |
The type of the file. |
Pages { get; set; } |
The list of pages to view. |
StartDate { get; set; } |
The date time from which the project started. |
Methods
Name |
Description |
override ToString() |
Returns a string that represents the current object. |
See Also