IPublishProperties3::UpdatePeriodically Property

 

Gets or sets a value that indicates whether the application checks for updates.

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

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

Property Value

Type: System::Boolean

true if the application checks for updates; otherwise, false.

Return to top
Show: