[]
        
(Showing Draft Content)

C1.Report.ScriptValue-1.SetProp

SetProp Method

SetProp(ScriptValue<T>)

Helper method which can be used in setter of property with type ScriptValue. Assigns properties of value to the current object resets this object if value is null. Returns true if this object was actually changed.

Declaration
public bool SetProp(ScriptValue<T> value)
Parameters
Type Name Description
ScriptValue<T> value
Returns
Type Description
bool