Share via


VBCodeParser.SessionStateDirective Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code has a session state directive.

protected virtual bool SessionStateDirective ();
abstract member SessionStateDirective : unit -> bool
override this.SessionStateDirective : unit -> bool
Protected Overridable Function SessionStateDirective () As Boolean

Returns

true if the code has a session state directive; otherwise, false.

Applies to