The owner property is a SharpCloud specific property which denotes the owner of an item. An owner can be selected on an individual item basis within SharpCloud.
Type of Data Returned
This function will return the name of the person who is assigned ownership in a text format.
Example
Assigning a value to a group of items owned by users called “Jeff”
IF(CONTAINS(owner, “Jeff”), 1, 2)
Combining the owner’s name with a relevant suffix
CONCAT(owner, “ “, “BSc.”)