de la propiedad ResourcePlanDataSet.PlanResourcesRow.RES_GROUP
Obtiene o establece el grupo al que pertenece el recurso especificado.
Espacio de nombres: WebSvcResourcePlan
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property RES_GROUP As String
Get
Set
'Uso
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_GROUP
instance.RES_GROUP = value
public string RES_GROUP { get; set; }
Valor de propiedad
Tipo: System.String
Una cadena que contiene el nombre del grupo.
Vea también
Referencia
clase ResourcePlanDataSet.PlanResourcesRow