IPublishProperties::ApplicationVersion Property

 

Gets or sets the version of the application.

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

[DispIdAttribute(1)]
property String^ ApplicationVersion {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The version of the application.

Return to top
Show: