Share via


AppDisplayInfo.InfoUrl Property

 

Hyperlink to additional information about the application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public Uri InfoUrl { get; set; }
public:
property Uri^ InfoUrl {
    Uri^ get();
    void set(Uri^ value);
}
Public Property InfoUrl As Uri

Property Value

Type: System.Uri

Returns Uri.

Remarks

The InfoUrl must be in the form of a uniform resource identifier (URI).

See Also

AppDisplayInfo Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top