Click or drag to resize

IAppContextIsDeveloper 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
bool IsDeveloper { get; }

Property Value

Type: Boolean
True if user is a developer, else false.
See Also