次の方法で共有


DepartmentsDataSet.DepartmentsRowChangeEvent.Action Property

Gets an enumeration constant that represents the action that raised the event.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property Action As DataRowAction
    Get
'Usage
Dim instance As DepartmentsDataSet.DepartmentsRowChangeEvent
Dim value As DataRowAction

value = instance.Action
public DataRowAction Action { get; }

Property Value

Type: System.Data.DataRowAction

See Also

Reference

DepartmentsDataSet.DepartmentsRowChangeEvent Class

DepartmentsDataSet.DepartmentsRowChangeEvent Members

Admin Web Service