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