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