ScheduleDataSet.ScheduleRow.Title Property
Gets or sets the name of the task or project.
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 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