Share via


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

See also

Reference

ProjectWSSInfoDataSet.ProjWssInfoDataTable class

ProjectWSSInfoDataSet.ProjWssInfoDataTable members

AddProjWssInfoRow overload

WebSvcWssInterop namespace