Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the minimum required version for this application for this deployment.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)
Syntax
'Declaration
Property MinimumRequiredVersion As String
string MinimumRequiredVersion { get; set; }
property String^ MinimumRequiredVersion {
String^ get ();
void set (String^ value);
}
abstract MinimumRequiredVersion : string with get, set
function get MinimumRequiredVersion () : String
function set MinimumRequiredVersion (value : String)
Property Value
Type: System.String
The minimum required version for this application for this deployment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.