WssSettingsDataSet.WssAdminRowChangeEvent Constructor
Initializes a new instance of the WssSettingsDataSet.WssAdminRowChangeEvent object.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As WssSettingsDataSet.WssAdminRow, _
action As DataRowAction _
)
'Usage
Dim row As WssSettingsDataSet.WssAdminRow
Dim action As DataRowAction
Dim instance As New WssSettingsDataSet.WssAdminRowChangeEvent(row, action)
public WssAdminRowChangeEvent(
WssSettingsDataSet.WssAdminRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
WssSettingsDataSet.WssAdminRowChangeEvent Class