IAppointmentRecurrenceRuleId Property |
RecurrenceRuleId - Id for the recurrence rule for recurring appointments, otherwise 0.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint RecurrenceRuleId { get; set; }
Property RecurrenceRuleId As Integer
Get
Set
Dim instance As IAppointment
Dim value As Integer
value = instance.RecurrenceRuleId
instance.RecurrenceRuleId = value
property int RecurrenceRuleId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also