ProjectDataSet.ProjectRow.PROJ_PROP_CATEGORY Property

Specifies optional text for reporting purposes.

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

Syntax

'Declaration
Public Property PROJ_PROP_CATEGORY As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String

value = instance.PROJ_PROP_CATEGORY

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

Property Value

Type: System.String
Text value.

Remarks

PROJ_PROP_CATEGORY maps to the Category text field in Microsoft Office Project Professional. To access the Category 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.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace