CalendarDataSet.CalendarExceptionsRowChangeEvent.Action Property
Specifies an enumeration constant that represents the action that raised the event.
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 Action As DataRowAction
Get
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRowChangeEvent
Dim value As DataRowAction
value = instance.Action
public DataRowAction Action { get; }
Property Value
Type: System.Data.DataRowAction
See Also
Reference
CalendarDataSet.CalendarExceptionsRowChangeEvent Class