ProvideCodeBaseAttribute.Version 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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

ProvideCodeBaseAttribute Class

Microsoft.VisualStudio.Shell Namespace