Will be true if this is a staging assembly, false if in production.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool IsStagingVersion { get; }
Public ReadOnly Property IsStagingVersion As Boolean

See Also