ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.DUR_FMT - Propriété
Spécifie le format d'affichage souhaité pour la propriété DUR_VALUE , si la propriété FIELD_TYPE_ENUM est définie à taper DURATION.
Espace de noms : WebSvcResourcePlan
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property DUR_FMT As Byte
Get
Set
'Utilisation
Dim instance As ResourcePlanDataSet.PlanAssignmentCustomFieldsRow
Dim value As Byte
value = instance.DUR_FMT
instance.DUR_FMT = value
public byte DUR_FMT { get; set; }
Valeur de propriété
Type : System.Byte
Voir aussi
Référence
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow classe