ProvideBindingRedirectionAttribute.GenerateCodeBase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When false, no corresponding CodeBase element will be generated for the redirected assembly (used for assemblies in the GAC).
public:
property bool GenerateCodeBase { bool get(); void set(bool value); };
public:
property bool GenerateCodeBase { bool get(); void set(bool value); };
public bool GenerateCodeBase { get; set; }
member this.GenerateCodeBase : bool with get, set
Public Property GenerateCodeBase As Boolean