Share via


ScheduleDataSet.ScheduleRow.Title property

Gets or sets the name of the task or project.

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

Syntax

'Declaration
Public Property Title As String
    Get
    Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As String

value = instance.Title

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

Property value

Type: System.String

Remarks

If Category is 0, it denotes the name of the task that the assignment belongs to.

If Category is 1, it denotes the name of the project that the assignment belongs to..

See also

Reference

ScheduleDataSet.ScheduleRow class

ScheduleDataSet.ScheduleRow members

WebSvcStatusing namespace