SetProperty
TheSetPropertymethod sets the property name of this storage-unit cursor.
void SetProperty (in ODPropertyName propertyName);
propertyName- The name of the property in the focus context, or
kODNULLif the focus context is the entire storage unit.DISCUSSION
When you no longer need the property name you pass as thepropertyNameparameter, you should deallocate it.SEE ALSO
TheODPropertyNametype (page 904).
TheODStorageUnitCursor::GetPropertymethod (page 717).