Share via


AppDisplayInfo.InfoUrlText Property

 

Description that is shown in the Application Catalog for the InfoUrl hyperlink.

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

Syntax

public string InfoUrlText { get; set; }
public:
property String^ InfoUrlText {
    String^ get();
    void set(String^ value);
}
Public Property InfoUrlText As String

Property Value

Type: System.String

Returns String.

See Also

AppDisplayInfo Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top