ResolveAssemblyReference.SupportsBindingRedirectGeneration Property

Definition

This is true if the project type supports "AutoGenerateBindingRedirects" (currently only for EXE projects).

public:
 property bool SupportsBindingRedirectGeneration { bool get(); void set(bool value); };
public bool SupportsBindingRedirectGeneration { get; set; }
member this.SupportsBindingRedirectGeneration : bool with get, set
Public Property SupportsBindingRedirectGeneration As Boolean

Property Value

Applies to