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