IAppContextIsProduction Property |
Gets/Sets the value of the application property "IsProduction". The IsProduction flag is intended to suppress
possibly-sensitive developer information on a site that is on the open internet. Control of information that is
less sensitive and should be available in
test systems, even when on the open internet, is based on the
IsTest property.
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 IsProduction { get; set; }
Property IsProduction As Boolean
Get
Set
Property Value
Type:
BooleanTrue if site is configured as a production site, else false.
See Also