IPublishProperties3::SuiteName Property

 

Gets or sets the name of the product suite of which the application is a part.

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

[DispIdAttribute(37)]
property String^ SuiteName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the product suite of which the application is a part.

Return to top
Show: