ProjectDataSet.ProjectRow.PROJ_PROP_AUTHOR property

Specifies optional text for reporting purposes.

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

Syntax

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

value = instance.PROJ_PROP_AUTHOR

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

Property value

Type: System.String

Remarks

PROJ_PROP_AUTHOR maps to the Author text field in Project Professional. To access the Author 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

WebSvcStatusing namespace