'Declaration
Public Property VectorOutputDesired As System.Boolean
'Usage
Dim instance As Page
Dim value As System.Boolean
instance.VectorOutputDesired = value
value = instance.VectorOutputDesired
public System.bool VectorOutputDesired {get; set;}
public read-write property VectorOutputDesired: System.Boolean;
public function get,set VectorOutputDesired : System.boolean
public: __property System.bool get_VectorOutputDesired();
public: __property void set_VectorOutputDesired(
System.bool value
);
public:
property System.bool VectorOutputDesired {
System.bool get();
void set ( System.bool value);
}