ProjectWSSInfoDataSet.ProjWssInfoDataTable.AddProjWssInfoRow method (ProjectWSSInfoDataSet.ProjWssInfoRow)
Adds a ProjWssInfoRow object to the ProjWssInfoDataTable.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcWssInterop.ProjectWSSInfoDataSet.ProjWssInfoRowThe row to add for SharePoint information about the project site.
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable class