VBProjectConfigurationProperties6.WarningLevel Property
Namespace: VSLangProj110
Assembly: VSLangProj110 (in VSLangProj110.dll)
Syntax
'Declaration
Property WarningLevel As prjWarningLevel
prjWarningLevel WarningLevel { get; set; }
property prjWarningLevel WarningLevel {
prjWarningLevel get ();
void set (prjWarningLevel value);
}
abstract WarningLevel : prjWarningLevel with get, set
function get WarningLevel () : prjWarningLevel
function set WarningLevel (value : prjWarningLevel)
Property Value
Type: VSLangProj.prjWarningLevel
.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.