 | AnalyticsServerOSModelMaxDotNetVersion Property |
Maximum .Net version supported on the machine.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic string MaxDotNetVersion { get; set; }
Public Property MaxDotNetVersion As String
Get
Set
public:
property String^ MaxDotNetVersion {
String^ get ();
void set (String^ value);
}
member MaxDotNetVersion : string with get, set
Property Value
Type:
String
See Also