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