WorkflowDataSet.WorkflowStageCustomFieldsRow.REQUIRED - Propriété
Indique si le champ personnalisé est obligatoire.
Espace de noms : WebSvcWorkflow
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property REQUIRED As Boolean
Get
Set
'Utilisation
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsRow
Dim value As Boolean
value = instance.REQUIRED
instance.REQUIRED = value
public bool REQUIRED { get; set; }
Valeur de propriété
Type : System.Boolean
Remarques
). La valeur par défaut est falsefalse.
Voir aussi
Référence
WorkflowDataSet.WorkflowStageCustomFieldsRow classe