IPublishProperties::UpdateMode Property

 

Gets or sets the mode by which the application will check for updates.

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

[DispIdAttribute(25)]
property UpdateMode UpdateMode {
	UpdateMode get();
	void set(UpdateMode value);
}
Return to top
Show: