CommandModel.Browsable Property
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property Browsable As Boolean
public bool Browsable { get; set; }
public:
property bool Browsable {
bool get ();
void set (bool value);
}
public function get Browsable () : boolean
public function set Browsable (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace