ICustomFeatureActivationDependency.SolutionUrl 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 or sets the URL where users can get obtain the solution.
public:
property Uri ^ SolutionUrl { Uri ^ get(); void set(Uri ^ value); };
public Uri SolutionUrl { get; set; }
member this.SolutionUrl : Uri with get, set
Public Property SolutionUrl As Uri
Property Value
A URL representing the Web location of the solution.