CompatibleFrameworks.SupportUrl Property

Definition

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

Uri

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.

Applies to

See also