OptimizerSolutionDataSet class

Represents optimizer solution information.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcPortfolioAnalyses.OptimizerSolutionDataSet

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class OptimizerSolutionDataSet _
    Inherits DataSet
'Usage
Dim instance As OptimizerSolutionDataSet
[SerializableAttribute]
public class OptimizerSolutionDataSet : DataSet

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 members

WebSvcPortfolioAnalyses namespace