CalendarDataSet.CalendarExceptionsRowChangeEvent.Row property
Specifies the row containing changed data.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcCalendar.CalendarDataSet.CalendarExceptionsRow
See also
Reference
CalendarDataSet.CalendarExceptionsRowChangeEvent class