ProjectWSSInfoDataSet.ProjWssInfoDataTable.NewProjWssInfoRow Method
Creates a row in 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 Function NewProjWssInfoRow As ProjectWSSInfoDataSet.ProjWssInfoRow
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim returnValue As ProjectWSSInfoDataSet.ProjWssInfoRow
returnValue = instance.NewProjWssInfoRow()
public ProjectWSSInfoDataSet.ProjWssInfoRow NewProjWssInfoRow()
Return Value
Type: [WssInterop Web service].ProjectWSSInfoDataSet.ProjWssInfoRow
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable Class