IPublishProperties::PublisherName Property

 

Gets or sets the name of the publisher.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(18)]
property String^ PublisherName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the publisher that will be displayed in the installation program.

Return to top
Show: