Share via


ProvideBindingRedirectionAttribute.NewVersion Property

Gets or sets the version of the assembly to use instead of the originally-requested version.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property NewVersion As String
public string NewVersion { get; set; }
public:
property String^ NewVersion {
    String^ get ();
    void set (String^ value);
}
member NewVersion : string with get, set
function get NewVersion () : String 
function set NewVersion (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProvideBindingRedirectionAttribute Class

Microsoft.VisualStudio.Shell Namespace