de la propiedad WorkflowDataSet.WorkflowStageRow.STAGE_DESCRIPTION
Obtiene o establece la descripción del escenario.
Espacio de nombres: WebSvcWorkflow
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property STAGE_DESCRIPTION As String
Get
Set
'Uso
Dim instance As WorkflowDataSet.WorkflowStageRow
Dim value As String
value = instance.STAGE_DESCRIPTION
instance.STAGE_DESCRIPTION = value
public string STAGE_DESCRIPTION { get; set; }
Valor de propiedad
Tipo: System.String
Vea también
Referencia
clase WorkflowDataSet.WorkflowStageRow