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