PlannerSolutionDataSet.SolutionsRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Row As PlannerSolutionDataSet.SolutionsRow
Get
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRowChangeEvent
Dim value As PlannerSolutionDataSet.SolutionsRow
value = instance.Row
public PlannerSolutionDataSet.SolutionsRow Row { get; }
Property Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionsRow
Returns PlannerSolutionDataSet.SolutionsRow.
See Also
Reference
PlannerSolutionDataSet.SolutionsRowChangeEvent Class