de la propiedad ProjectDataSet.AssignmentRow.PROJ_NAME
Especifica el nombre del proyecto al que pertenece esta asignación.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property PROJ_NAME As String
Get
Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim value As String
value = instance.PROJ_NAME
instance.PROJ_NAME = value
public string PROJ_NAME { get; set; }
Valor de propiedad
Tipo: System.String
Comentarios
PROJ_NAME se identifica mediante la propiedad PROJ_UID . Se está sin normalizar de PROJ_NAME.
Vea también
Referencia
clase ProjectDataSet.AssignmentRow