IPublishProperties::UpdateIntervalUnits Property

 

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

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

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