ProjectDataSet.ProjectRow.PROJ_PROP_KEYWORDS Property
Specifies optional text for reporting purposes.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_PROP_KEYWORDS As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.PROJ_PROP_KEYWORDS
instance.PROJ_PROP_KEYWORDS = value
public string PROJ_PROP_KEYWORDS { get; set; }
Property Value
Type: System.String
Text value.
Remarks
PROJ_PROP_KEYWORDS maps to the Keywords text field in Project Professional. To access the Keywords text field, click Properties on the File menu, and then click the Summary tab in the Properties dialog box. The keywords are optional, and the total field is limited to 255 characters. You can delimit keywords by using a space, comma, semicolon, period, or other character; you cannot delimit keywords by using a tab or newline.
See Also
Reference
ProjectDataSet.ProjectRow Class