ResourceDataSet.CalendarExceptionsRow.RecurrenceType - Propriété
Spécifie une valeur numérique qui représente le type de CalendarConstants.CalendarRecurrenceType pour cette exception.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RecurrenceType As Integer
Get
Set
'Utilisation
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceType
instance.RecurrenceType = value
public int RecurrenceType { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
ResourceDataSet.CalendarExceptionsRow classe