ProjectWSSInfoDataSet.ProjWssInfoDataTable.AddProjWssInfoRow Method (ProjectWSSInfoDataSet.ProjWssInfoRow)
Adds a ProjWssInfoRow object to 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 AddProjWssInfoRow ( _
row As ProjectWSSInfoDataSet.ProjWssInfoRow _
)
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim row As ProjectWSSInfoDataSet.ProjWssInfoRow
instance.AddProjWssInfoRow(row)
public void AddProjWssInfoRow(
ProjectWSSInfoDataSet.ProjWssInfoRow row
)
Parameters
- row
Type: [WssInterop Web service].ProjectWSSInfoDataSet.ProjWssInfoRow
The row to add for SharePoint information about the project site.
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable Class