BuiltInProjectPropertyCollection
Contents
[
Hide
]BuiltInProjectPropertyCollection class
Inherits: Aspose::Tasks::Properties::PropertyKeyedCollection< System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectProperty > >
Represents a collection of built-in project properties.
Methods
| Name | Description |
|---|---|
| get_Author | Gets the author of a project. |
| get_Category | Gets the category of a project. |
| get_Comments | Gets the comments of a project. |
| get_Company | Gets the company of a project. |
| get_HyperlinkBase | Gets the hyperlink base of a project. |
| get_IsReadOnly | Gets a value indicating whether this collection is read-only; otherwise, false. |
| get_Keywords | Gets the keywords of a project. |
| get_Manager | Gets the manager of a project. |
| get_Subject | Gets the subject of a project. |
| get_Title | Gets the title of a project. |
| set_Author | Sets the author of a project. |
| set_Category | Sets the category of a project. |
| set_Comments | Sets the comments of a project. |
| set_Company | Sets the company of a project. |
| set_HyperlinkBase | Sets the hyperlink base of a project. |
| set_Keywords | Sets the keywords of a project. |
| set_Manager | Sets the manager of a project. |
| set_Subject | Sets the subject of a project. |
| set_Title | Sets the title of a project. |