| AppletViewStateIsAbstract Property |
Indicates the view is abstract
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public bool IsAbstract { get; set; }
Public Property IsAbstract As Boolean
Get
Set
public:
property bool IsAbstract {
bool get ();
void set (bool value);
}
member IsAbstract : bool with get, set
Property Value
Type:
BooleanSee Also