Application.Publisher Property
Software 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.
Remarks
The publisher is shown to users with administrator privileges when they browse the Application Catalog or view the application information in Software Center.
See Also
Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace
Return to top