Share via


ProjectRelationsDataSet.ProjectRelationsRow.ProjectName property

Specifies the project name of the specified project.

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

Syntax

'Declaration
Public Property ProjectName As String
    Get
    Set
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsRow
Dim value As String

value = instance.ProjectName

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

Property value

Type: System.String

See also

Reference

ProjectRelationsDataSet.ProjectRelationsRow class

ProjectRelationsDataSet.ProjectRelationsRow members

WebSvcProject namespace