StatusingAssignmentsDataSet.AssignmentsRow.PROJ_TYPE - Propriété
Indique le type du projet parent pour l'affectation spécifiée.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property PROJ_TYPE As Integer
Get
Set
'Utilisation
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Integer
value = instance.PROJ_TYPE
instance.PROJ_TYPE = value
public int PROJ_TYPE { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
StatusingAssignmentsDataSet.AssignmentsRow classe