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