ProjectDataSet.AssignmentRow.PROJ_NAME - Propriété
Spécifie le nom du projet auquel appartient cette affectation.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property PROJ_NAME As String
Get
Set
'Utilisation
Dim instance As ProjectDataSet.AssignmentRow
Dim value As String
value = instance.PROJ_NAME
instance.PROJ_NAME = value
public string PROJ_NAME { get; set; }
Valeur de propriété
Type : System.String
Remarques
PROJ_NAME est identifiée par la propriété PROJ_UID . Il est dénormalisée à partir de PROJ_NAME.
Voir aussi
Référence
ProjectDataSet.AssignmentRow classe