When you select a project in the Project Explorer, the Property Sheet displays the name
property and the Tags and Documentation tabs. When you click the advanced properties
button, the Property Sheet displays the properties shown in Table 23.1.
Note |
The project properties are common to all repository elements. |
Table 23.1 Project Properties
|
|
|
---|
creationDate
| The creation date of the element.
| dd mmm yyyy hh mm ss
|
lastModificationDate
| The last modification date of the element.
| dd mmm yyyy hh mm ss
|
editable
| A Boolean that determines whether the element can be modified or not.
| true, false
|
name
| The name of the element.
| string
|
tags
| A tag contains extended information about a repository element and consists of a specific tagId and a list of values. You can edit the tags property in the Tags tab of the Property Sheet.
| No default value
|
documentation
| Text attached to the element that provides extra information. You can edit the documentation property in a separate tab of the Property Sheet pane.
| text
|
See Also
Adding Tags to a Repository Element | Adding Documentation to a Repository Element
|