AppContextIsDeveloper Property |
Determines whether or not the current user is a developer or the current code is a DEBUG build.
Note that
IsProduction,
IsTest, and
IsDeveloper are independent of one
another and various combinations are valid.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsDeveloper { get; }
Public ReadOnly Property IsDeveloper As Boolean
Get
Property Value
Type:
BooleanTrue if user is a developer, else false.
Implements
IAppContextIsDeveloperSee Also