Selerix Developer Tools
ValueObject Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameter Class : ValueObject Property
Gets or sets the value object.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property ValueObject As Object
'Usage
 
Dim instance As ReportParameter
Dim value As Object
 
instance.ValueObject = value
 
value = instance.ValueObject
[XmlIgnore()]
public object ValueObject {get; set;}
public read-write property ValueObject: TObject; 
XmlIgnoreAttribute()
public function get,set ValueObject : Object
[XmlIgnore()]
public: __property Object* get_ValueObject();
public: __property void set_ValueObject( 
   Object* value
);
[XmlIgnore()]
public:
property Object^ ValueObject {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The value object.
See Also

Reference

ReportParameter Class
ReportParameter Members