OptimizerSolutionDataSet.SolutionRow.SOLUTION_NAME property
Obtém ou define o nome da solução optimizer.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property SOLUTION_NAME As String
Get
Set
'Uso
Dim instance As OptimizerSolutionDataSet.SolutionRow
Dim value As String
value = instance.SOLUTION_NAME
instance.SOLUTION_NAME = value
public string SOLUTION_NAME { get; set; }
Property value
Type: System.String
Retorna String.
Comentários
Dica
Deve ser um nome curto de conciso.
Ver também
Referência
OptimizerSolutionDataSet.SolutionRow class