AppDisplayInfo Class
Updated: September 20, 2016
Applies To: System Center Configuration Manager (current branch)
Contains localized information about the application. The Configuration Manager client and Application Catalog use this information to represent the application to the end user.
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.LocalizedData
Microsoft.ConfigurationManagement.ApplicationManagement.AppDisplayInfo
| Name | Description | |
|---|---|---|
![]() | AppDisplayInfo() | Initializes a new instance of the AppDisplayInfo class. |
| Name | Description | |
|---|---|---|
![]() | Description | Description of the application. |
![]() | Icon | Icon that represents the application. |
![]() | InfoUrl | Hyperlink to additional information about the application. |
![]() | InfoUrlText | Description that is shown in the Application Catalog for the InfoUrl hyperlink. |
![]() | InsideIsChangedSetter | (Inherited from BaseObject.) |
![]() | IsChanged | (Inherited from BaseObject.) |
![]() | IsReadOnly | (Inherited from BaseObject.) |
![]() | Publisher | Publisher of the application. |
![]() | ReleaseDate | Release date of the application. |
![]() | Tags | Tags (or keywords) for the application. These keywords are used when users search for applications in the Application Catalog. |
![]() | Title | Title of the application. |
![]() | UserCategories | Categories for the application. |
![]() | Version | Version number of the application. |
| Name | Description | |
|---|---|---|
![]() | OnChangedEvent | (Inherited from BaseObject.) |
![]() | OnChangingEvent | (Inherited from BaseObject.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IChangeTracker.OnChangedEvent | (Inherited from BaseObject.) |
![]() ![]() | IChangeTracker.OnChangingEvent | (Inherited from BaseObject.) |
![]() ![]() | IChangeTracker.OnChanged(Object, ChangeEventArgs) | (Inherited from BaseObject.) |
![]() ![]() | IChangeTracker.OnChanging(Object, ChangeEventArgs) | (Inherited from BaseObject.) |
![]() ![]() | IChangeTracker.IsChanged | (Inherited from BaseObject.) |
![]() ![]() | IChangeTracker.IsReadOnly | (Inherited from BaseObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.








