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