Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an enumeration constant that represents the action that raised the event.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Action As DataRowAction
Get
'Usage
Dim instance As SyncDataSet.SyncProjectSettingsRowChangeEvent
Dim value As DataRowAction
value = instance.Action
public DataRowAction Action { get; }
Property value
Type: System.Data.DataRowAction
Returns DataRowAction.
See also
Reference
SyncDataSet.SyncProjectSettingsRowChangeEvent class