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
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: Boolean
true if the application should check for updates.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.