Share via


StatusingDataSet.ProjectsRow.PROJ_TYPE - Propriété

Obtient une valeur qui spécifie le type de projet.

Espace de noms :  WebSvcStatusing
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Property PROJ_TYPE As Integer
    Get
    Set
'Utilisation
Dim instance As StatusingDataSet.ProjectsRow
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
La valeur par défaut est 0 (un projet normal).

Remarques

Vous pouvez comparer cette valeur avec l'énumération Project.ProjectType .

Voir aussi

Référence

StatusingDataSet.ProjectsRow classe

StatusingDataSet.ProjectsRow - Membres

WebSvcStatusing - Espace de noms

PROJ_TYPE