Application.DisplayInfo Property

 

Set of localized display information for the application.

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

Syntax

public LocalizedDataSet<AppDisplayInfo> DisplayInfo { get; }
public:
property LocalizedDataSet<AppDisplayInfo^>^ DisplayInfo {
    LocalizedDataSet<AppDisplayInfo^>^ get();
}
Public ReadOnly Property DisplayInfo As LocalizedDataSet(Of AppDisplayInfo)

Property Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.LocalizedDataSet <AppDisplayInfo>

Returns LocalizedDataSet<T>].

Remarks

This localized application information is displayed in the Software Center and the Application Catalog.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top