ICMSPageRestrictedAccess Property
|
Gets whether this Page is protected by the Ingeniux Runtime Authentication system.
IF Runtime Authentication is disabled, this property will always return false.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax bool RestrictedAccess { get; }
ReadOnly Property RestrictedAccess As Boolean
Get
property bool RestrictedAccess {
bool get ();
}
abstract RestrictedAccess : bool with get
Property Value
Type:
BooleanSee Also