CompatibleFrameworks.SupportUrl 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.
Gets a Uri that provides the user with instructions for installing a version of the .NET Framework on which this application can install and run.
public:
property Uri ^ SupportUrl { Uri ^ get(); };
public Uri SupportUrl { get; }
member this.SupportUrl : Uri
Public ReadOnly Property SupportUrl As Uri
Property Value
A Uri that provides the user with instructions for installing a version of the .NET Framework on which this application can install and run.
Remarks
The SupportUrl property contains the Uri that can appear in the SupportUrl
attribute within the <compatibleFrameworks> Element.