Application.Tags Property
One or more administrative categories for the application.
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>.
Remarks
The categories listed in this property are not shown to end-users.
See Also
Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace
Return to top