IAssembly.BindingRedirects 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.
Gets the binding redirections associated with the assembly.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IBindingRedirectCollection ^ BindingRedirects { Microsoft::VisualStudio::SharePoint::Packages::IBindingRedirectCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IBindingRedirectCollection BindingRedirects { get; }
member this.BindingRedirects : Microsoft.VisualStudio.SharePoint.Packages.IBindingRedirectCollection
Public ReadOnly Property BindingRedirects As IBindingRedirectCollection
Property Value
An object that represents the assembly binding redirections.