Aqualogic Interaction API  
 

IPTCardPropertyValue.SetOverrideValue Method

Sets the overriding XPDateTime value for the property represented by this object.

Overload List

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

See Also

IPTCardPropertyValue Interface | com.plumtree.server Namespace