Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectQueryRow.GetStringValue Method 

Gets an object property as a String.

string GetStringValue(
   ObjectProperty prop
);

Parameters

prop
the property for which to get a value

Return Value

the object's property value

Exceptions

Exception Type Condition
InvalidCastException if the property type is not a String
PropertyNotRequestedException if the property was not requested

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace