Share via


AppDisplayInfo.Tags Property

 

Tags (or keywords) for the application. These keywords are used when users search for applications in the Application Catalog.

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

Syntax

public IList<string> Tags { get; set; }
public:
property IList<String^>^ Tags {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
Public Property Tags As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

Returns IList<T>.

See Also

AppDisplayInfo Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top