ProjectDataSet.ProjectRow.PROJ_PROP_COMPANY Property
Specifies optional text for reporting purposes.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_PROP_COMPANY As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.PROJ_PROP_COMPANY
instance.PROJ_PROP_COMPANY = value
public string PROJ_PROP_COMPANY { get; set; }
Property Value
Type: System.String
Remarks
PROJ_PROP_COMPANY maps to the Company text field in Project Professional. To access the Company 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