ProvideBindingRedirectionAttribute::GenerateCodeBase Property

 

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).

Namespace:   Microsoft.VisualStudio.Shell
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
Return to top
Show: