Sets the underlying XPDateTime value for the property represented by this object. (ignores any override)
Sets the underlying XPDateTime value for the property represented by this object. (ignores any override)
void SetFieldValue(XPDateTime);
Sets the underlying double value for the property represented by this object. (ignores any override)
void SetFieldValue(double);
Sets the underlying int value for the property represented by this object. (ignores any override)
void SetFieldValue(int);
Sets the value object The value object will be converted to the appropriate type based on the property type
void SetFieldValue(object);
Sets the underlying float value for the property represented by this object. (ignores any override)
void SetFieldValue(float);
Sets the underlying String value for the property represented by this object. (ignores any override)
void SetFieldValue(string);
IPTCardPropertyValue Interface | com.plumtree.server Namespace