Share via


AppDisplayInfo.Publisher Property

 

Publisher of the application.

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

Syntax

public string Publisher { get; set; }
public:
property String^ Publisher {
    String^ get();
    void set(String^ value);
}
Public Property Publisher As String

Property Value

Type: System.String

Returns String.

See Also

AppDisplayInfo Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top