IAppointmentLocation Property |
Location - Location for appointment, defaulted from invited resource of type place and other rules, but you can write anything you want.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Location { get; set; }
Property Location As String
Get
Set
Dim instance As IAppointment
Dim value As String
value = instance.Location
instance.Location = value
property String^ Location {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also