Compartilhar via


PlannerSolutionDataSet.SolutionProjectsRow.STATUS property

Obtém ou define o valor que especifica se o projeto está selecionado ou não.

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

Syntax

'Declaração
Public Property STATUS As Byte
    Get
    Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Byte

value = instance.STATUS

instance.STATUS = value
public byte STATUS { get; set; }

Property value

Type: System.Byte
Retorna Byte.

Comentários

Ele usa um dos dois valores:

Valor

Significado

0

Não selecionados (Out)

1

Selecionada (entrada)

Ver também

Referência

PlannerSolutionDataSet.SolutionProjectsRow class

PlannerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace