ResourceDataSet.CalendarExceptionsRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Row As ResourceDataSet.CalendarExceptionsRow
Get
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRowChangeEvent
Dim value As ResourceDataSet.CalendarExceptionsRow
value = instance.Row
public ResourceDataSet.CalendarExceptionsRow Row { get; }
Property Value
Type: [TimeSheet Web service].ResourceDataSet.CalendarExceptionsRow
See Also
Reference
ResourceDataSet.CalendarExceptionsRowChangeEvent Class