ScheduleDataSet.ScheduleRowChangeEvent.Row Property
Specifies the row containing changed data.
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 ReadOnly Property Row As ScheduleDataSet.ScheduleRow
Get
'Usage
Dim instance As ScheduleDataSet.ScheduleRowChangeEvent
Dim value As ScheduleDataSet.ScheduleRow
value = instance.Row
public ScheduleDataSet.ScheduleRow Row { get; }
Property Value
Type: [Statusing Web service].ScheduleDataSet.ScheduleRow
See Also
Reference
ScheduleDataSet.ScheduleRowChangeEvent Class