Share via


StatusingDataSet.ProjectsRow.PROJ_NAME property

Gets the name of the project.

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

Syntax

'Declaration
Public Property PROJ_NAME As String
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As String

value = instance.PROJ_NAME

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

Property value

Type: System.String
The project name.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace