OptimizerSolutionDataSet.SolutionConstraintsRow class

Represents solution constraints information as a row in the OptimizerSolutionDataSet.SolutionConstraintsDataTable object.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionConstraintsRow

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Class SolutionConstraintsRow _
    Inherits DataRow
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintsRow
public class SolutionConstraintsRow : DataRow

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

OptimizerSolutionDataSet.SolutionConstraintsRow members

WebSvcPortfolioAnalyses namespace