Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the effect parameter data.
Definition
Visual Basic Public Property Data As Object C# public object Data { get; set; } C++ public:
property Object^ Data {
Object^ get();
void set(Object^ value);
}JScript public function get Data() : Object
public function set Data(Object);
Property Value
System.Object
An Objectthat contains the effect parameter data.
This property is read/write.
Remarks
The type of data passed into this property should match the EffectDefault.Type property.
.gif)