WebCenter Interaction API  
 

IPTCardPropertyValue.SetFieldValue Method

Sets the underlying XPDateTime value for the property represented by this object. (ignores any override)

Overload List

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);

See Also

IPTCardPropertyValue Interface | com.plumtree.server Namespace