IPublishProperties::UpdateInterval Property

 

Gets or sets the number of units for the application to wait before checking for updates.

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

[DispIdAttribute(23)]
property int UpdateInterval {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of units for the application to wait before checking for updates.

Return to top
Show: