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.

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

System.Object
  Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
    Microsoft.ConfigurationManagement.ApplicationManagement.LocalizedData
      Microsoft.ConfigurationManagement.ApplicationManagement.AppDisplayInfo

[SerializableAttribute]
public class AppDisplayInfo : LocalizedData

NameDescription
System_CAPS_pubmethodAppDisplayInfo()

Initializes a new instance of the AppDisplayInfo class.

NameDescription
System_CAPS_pubpropertyDescription

Description of the application.

System_CAPS_pubpropertyIcon

Icon that represents the application.

System_CAPS_pubpropertyInfoUrl

Hyperlink to additional information about the application.

System_CAPS_pubpropertyInfoUrlText

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

System_CAPS_protpropertyInsideIsChangedSetter

(Inherited from BaseObject.)

System_CAPS_pubpropertyIsChanged

(Inherited from BaseObject.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from BaseObject.)

System_CAPS_pubpropertyPublisher

Publisher of the application.

System_CAPS_pubpropertyReleaseDate

Release date of the application.

System_CAPS_pubpropertyTags

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

System_CAPS_pubpropertyTitle

Title of the application.

System_CAPS_pubpropertyUserCategories

Categories for the application.

System_CAPS_pubpropertyVersion

Version number of the application.

NameDescription
System_CAPS_proteventOnChangedEvent

(Inherited from BaseObject.)

System_CAPS_proteventOnChangingEvent

(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.

Return to top
Show: