UpdateIntervalUnits Enumeration

 

An enumeration with values that describe the frequency of updates.

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

[SerializableAttribute]
[GuidAttribute("2C8B280A-5A15-4048-9032-CF24D9387C22")]
public enum UpdateIntervalUnits

Member nameDescription
Days

Specifies that publishing updates should occur in days.

Hours

Specifies that publishing updates should occur in hours.

Weeks

Specifies that publishing updates should occur in weeks.

Return to top
Show: