I figured the PropertyValuesString was for the value part of what is usually the Key-Value pair of these types of object. But then where does the PropertyValuesBinary field come in if you ve already put the value into the PropertyValuesString?
Both fields are non-nullable so I need something to put in each. What s the difference between the two and what should I be putting in them?
Also, I was wondering why it s plural -- PropertyValues -- doesn t really make sense again with the whole key-value pair thing, I figured one property should have one value.