AddInAttribute::Publisher Property

 

Gets or sets the publisher of the add-in.

Namespace:   System.AddIn
Assembly:  System.AddIn (in System.AddIn.dll)

public:
property String^ Publisher {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The publisher of the add-in.

.NET Framework
Available since 3.5
Return to top
Show: