Bagikan melalui


VersionRange.Maximum Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

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

Property Value

Type: System.Version

.NET Framework Security

See Also

Reference

VersionRange Class

Microsoft.VisualStudio.ExtensionManager Namespace