ModelBaseIsActive Property |
Gets or sets a value indicating whether this instance is active.
Namespace:
Xcalibur.Extensions.MVVM.Models
Assembly:
Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
public:
virtual property bool IsActive {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsActive : bool with get, set
override IsActive : bool with get, set
Property Value
Type:
Booleantrue if this instance is active; otherwise,
false.
Implements
IModelBaseIsActiveSee Also