const CBCGPAppointmentBaseProperty* CBCGPAppointmentPropertyList::Get | ( | DWORD | ID | ) | const |
Returns a property located 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.
ID | Specifies the identifier of property. |