ProjectDataSet.AssignmentRowChangeEvent.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 ProjectDataSet.AssignmentRow
Get
'Usage
Dim instance As ProjectDataSet.AssignmentRowChangeEvent
Dim value As ProjectDataSet.AssignmentRow
value = instance.Row
public ProjectDataSet.AssignmentRow Row { get; }
Property Value
Type: [Statusing Web service].ProjectDataSet.AssignmentRow
See Also
Reference
ProjectDataSet.AssignmentRowChangeEvent Class