DatabaseClassGetAppointment Method |
Get an Appointment object by id. Returns an error if the appointment is hidden by sentry rules.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual SOAppointment GetAppointment(
int AppointmentId
)
Public Overridable Function GetAppointment (
AppointmentId As Integer
) As SOAppointment
Dim instance As DatabaseClass
Dim AppointmentId As Integer
Dim returnValue As SOAppointment
returnValue = instance.GetAppointment(AppointmentId)
public:
virtual SOAppointment^ GetAppointment(
[InAttribute] int AppointmentId
)
Parameters
- AppointmentId
- Type: SystemInt32
Return Value
Type:
SOAppointmentImplements
IDatabaseGetAppointment(Int32)
See Also