IAppointmentMother Property |
Mother appointment. Used for linking invitations to the main appointment.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointment Mother { get; set; }
Property Mother As IAppointment
Get
Set
Dim instance As IAppointment
Dim value As IAppointment
value = instance.Mother
instance.Mother = value
property IAppointment^ Mother {
IAppointment^ get ();
void set (IAppointment^ value);
}
Property Value
Type:
IAppointment
See Also