IPublishProperties3::ApplicationRevision Property

 

Gets or sets the revision number of the publish version of the application.

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

[DispIdAttribute(2)]
property int ApplicationRevision {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The revision number of the publish version of the application.

Return to top
Show: