IModuleSetupIsBackground Property |
Indicates if the module is a background module.
A background module, doesn't have a frontal
User Interface.
Namespace:
AskiaPortalCmn.Setup
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax bool IsBackground { get; set; }
Property IsBackground As Boolean
Get
Set
property bool IsBackground {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also