UpdateConfigurationForm.UpdateInterval Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Project.ClickOnceProvider
Assembly:  Microsoft.VisualStudio.Tools.Applications.Project (in Microsoft.VisualStudio.Tools.Applications.Project.dll)

Syntax

'Declaration
Public ReadOnly Property UpdateInterval As Integer
'Usage
Dim instance As UpdateConfigurationForm 
Dim value As Integer 

value = instance.UpdateInterval
public int UpdateInterval { get; }
public:
property int UpdateInterval {
    int get ();
}
public function get UpdateInterval () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

UpdateConfigurationForm Class

UpdateConfigurationForm Members

Microsoft.VisualStudio.Tools.Applications.Project.ClickOnceProvider Namespace