Sets the overriding XPDateTime value for the property represented by this object.
Sets the overriding XPDateTime value for the property represented by this object.
void SetOverrideValue(XPDateTime);
Sets the overriding double value for the property represented by this object.
void SetOverrideValue(double);
Sets the overriding int value for the property represented by this object.
void SetOverrideValue(int);
Sets the overriding Object value for the property represented by this object.
void SetOverrideValue(object);
Sets the overriding float value for the property represented by this object.
void SetOverrideValue(float);
Sets the overriding String value for the property represented by this object.
void SetOverrideValue(string);
IPTCardPropertyValue Interface | com.plumtree.server Namespace