ProjectWSSInfoDataSet.ProjWssInfoDataTable.RemoveProjWssInfoRow Method
Deletes the specified row from the ProjWssInfoDataTable.
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 RemoveProjWssInfoRow ( _
row As ProjectWSSInfoDataSet.ProjWssInfoRow _
)
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim row As ProjectWSSInfoDataSet.ProjWssInfoRow
instance.RemoveProjWssInfoRow(row)
public void RemoveProjWssInfoRow(
ProjectWSSInfoDataSet.ProjWssInfoRow row
)
Parameters
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable Class