StatusingAssignmentsDataSet.AssignmentsRow.PROJ_TYPE propriedade
Indica o tipo do projeto pai para a atribuição especificada.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property PROJ_TYPE As Integer
Get
Set
'Uso
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Integer
value = instance.PROJ_TYPE
instance.PROJ_TYPE = value
public int PROJ_TYPE { get; set; }
Valor de propriedade
Tipo: System.Int32
Ver também
Referência
StatusingAssignmentsDataSet.AssignmentsRow classe