WebUILaunchActivatedEventArgs.PrelaunchActivated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an indication about whether a pre-launch has been activated.
public:
property bool PrelaunchActivated { bool get(); };
bool PrelaunchActivated();
public bool PrelaunchActivated { get; }
var boolean = webUILaunchActivatedEventArgs.prelaunchActivated;
Public ReadOnly Property PrelaunchActivated As Boolean
Property Value
Boolean
bool
Indicates whether a pre-launch has been activated. TRUE indicates activated; otherwise, FALSE.