StatusingAssignmentsDataSet.AssignmentsRow.ASSN_IS_CONFIRMED - Propriété
Obtient ou définit la valeur de type Boolean qui indique si l'affectation est confirmée.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_IS_CONFIRMED As Boolean
Get
Set
'Utilisation
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Boolean
value = instance.ASSN_IS_CONFIRMED
instance.ASSN_IS_CONFIRMED = value
public bool ASSN_IS_CONFIRMED { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
StatusingAssignmentsDataSet.AssignmentsRow classe