ApplicationPropertiesIsProduction Property |
True if the current application is a production install.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool IsProduction { get; }
ReadOnly Property IsProduction As Boolean
Get
Property Value
Type:
BooleanTrue if the current application is a production install.
See Also