ProvideBindingRedirectionAttribute::GenerateCodeBase Property
Visual Studio 2015
Gets or sets the generated code base element. When false, no corresponding CodeBase element is generated for the redirected assembly (used for assemblies in the GAC).
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property bool GenerateCodeBase { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::Boolean
Show: