WssSettingsDataSet.WssAdminDataTable.RemoveWssAdminRow Method
Deletes the specified row from the WssAdminDataTable.
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 RemoveWssAdminRow ( _
row As WssSettingsDataSet.WssAdminRow _
)
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim row As WssSettingsDataSet.WssAdminRow
instance.RemoveWssAdminRow(row)
public void RemoveWssAdminRow(
WssSettingsDataSet.WssAdminRow row
)
Parameters
See Also
Reference
WssSettingsDataSet.WssAdminDataTable Class