共用方式為


ProjectDataSet.ProjectRow.PROJ_PROP_TITLE property

Specifies optional text for reporting purposes.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property PROJ_PROP_TITLE As String
    Get
    Set
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim value As String

value = instance.PROJ_PROP_TITLE

instance.PROJ_PROP_TITLE = value
public string PROJ_PROP_TITLE { get; set; }

Property value

Type: System.String

備註

By default, Project Server sets PROJ_PROP_TITLE to the project name.

PROJ_PROP_TITLE maps to the Title text field in Project Professional. To access the Title text field, click Properties on the File menu, and then click the Summary tab in the Properties dialog box. The text is optional, and is limited to 255 characters.

請參閱

參照

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace