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

‘선언
Property UpdatePeriodically As Boolean
    Get
    Set
‘사용 방법
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);
}
abstract UpdatePeriodically : bool with get, set
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