 | AppSettingsDemoMode property |
At true, Vishnu is in demo mode.
This is the case immediately after initial installation.
Default: false.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool Demo mode { get; set; }
Public Property Demo mode As Boolean
Get
Set
public:
property bool Demo mode {
bool get ();
void set (bool value);
}
member Demo mode : bool with get, set
Property value
Boolean
See also