Visual Basic (Declaration)
Public Property Multiselect As Boolean
Dim instance As OpenFileDialog
Dim value As Boolean
value = instance.Multiselect
instance.Multiselect = value
public bool Multiselect { get; set; }
public:
property bool Multiselect {
bool get ();
void set (bool value);
}
public function get Multiselect () : boolean
public function set Multiselect (value : boolean)
<object Multiselect="bool" .../>