LightSwitch HTML Edition
Parameter Property






Gets or sets the parameter used by this condition.
Syntax
'Declaration
 
Public Property Parameter As System.Object
'Usage
 
Dim instance As FilterCondition
Dim value As System.Object
 
instance.Parameter = value
 
value = instance.Parameter
public System.object Parameter {get; set;}
public read-write property Parameter: System.TObject; 
public function get,set Parameter : System.Object
public: __property System.Object* get_Parameter();
public: __property void set_Parameter( 
   System.Object* value
);
public:
property System.Object^ Parameter {
   System.Object^ get();
   void set (    System.Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterCondition Class
FilterCondition Members

Send Feedback