de la propiedad ProjectDataSet.TaskRow.PROJ_UID
Especifica el GUID del proyecto al que pertenece la tarea.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property PROJ_UID As Guid
Get
Set
'Uso
Dim instance As ProjectDataSet.TaskRow
Dim value As Guid
value = instance.PROJ_UID
instance.PROJ_UID = value
public Guid PROJ_UID { get; set; }
Valor de propiedad
Tipo: System.Guid