Share via


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)

Syntax

'Declaration
Property UpdatePeriodically As Boolean
'Usage
Dim instance As IPublishProperties 
Dim value As Boolean 

value = instance.UpdatePeriodically

instance.UpdatePeriodically = value
bool UpdatePeriodically { get; set; }
property bool UpdatePeriodically {
    bool get ();
    void set (bool value);
}
function get UpdatePeriodically () : boolean 
function set UpdatePeriodically (value : boolean)

Property Value

Type: System.Boolean
true if the application should check for updates.

.NET Framework Security

See Also

Reference

IPublishProperties Interface

IPublishProperties Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace