BCGSuite for MFC
const CBCGPAppointmentBaseProperty* CBCGPAppointmentPropertyList::Get ( DWORD  ID) const

Returns a property located at the specified ID.

Returns
A pointer to property located at the specified ID. It can be NULL if there is no property at the specified ID.

Use this method to obtain a property located at the specified ID. If the function returns NULL, then there were no property previously set at this ID and you should use CBCGPAppointmentPropertyList::Add in order to add a property to the property bag.

Parameters
IDSpecifies the identifier of property.