Partager via


CustomFieldsCheckInPreEventArgs.Cancel - Propriété

Lit ou écrit une valeur de type Boolean qui indique s'il faut annuler l'intégration d'un champ personnalisé.

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Property Cancel As Boolean
    Get
    Set
'Utilisation
Dim instance As CustomFieldsCheckInPreEventArgs
Dim value As Boolean

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }

Valeur de propriété

Type : System.Boolean

Implémentations

IPreEventArgs.Cancel

Voir aussi

Référence

CustomFieldsCheckInPreEventArgs classe

CustomFieldsCheckInPreEventArgs - Membres

Microsoft.Office.Project.Server.Events - Espace de noms