IAppointmentContact Property |
The Contact for this appointment
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIContact Contact { get; set; }
Property Contact As IContact
Get
Set
Dim instance As IAppointment
Dim value As IContact
value = instance.Contact
instance.Contact = value
property IContact^ Contact {
IContact^ get ();
void set (IContact^ value);
}
Property Value
Type:
IContact
See Also