ModuleSpecification.MaximumVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The module maxVersion number if specified, otherwise null.
public:
property System::String ^ MaximumVersion { System::String ^ get(); };
public:
property Platform::String ^ MaximumVersion { Platform::String ^ get(); };
public string MaximumVersion { get; }
member this.MaximumVersion : string
Public ReadOnly Property MaximumVersion As String