Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value indicating this element is selected.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property IsSelected As Boolean
public bool IsSelected { get; internal set; }
public:
property bool IsSelected {
bool get ();
void set (bool value);
}
public function get IsSelected () : boolean
public function set IsSelected (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace