IPublishProperties::UpdatePeriodically Property

 

Gets or sets whether the application should check for updates.

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

[DispIdAttribute(26)]
property bool UpdatePeriodically {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the application should check for updates.

Return to top
Show: