JSharpProjectConfigurationProperties3.EnableASPDebugging Property
This member provides internal-only access to J# project configuration properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Property EnableASPDebugging As Boolean
bool EnableASPDebugging { get; set; }
property bool EnableASPDebugging {
bool get ();
void set (bool value);
}
abstract EnableASPDebugging : bool with get, set
function get EnableASPDebugging () : boolean
function set EnableASPDebugging (value : boolean)
Property Value
Type: System.Boolean
Implements
ProjectConfigurationProperties3.EnableASPDebugging
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.