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
- 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.
See Also
Reference
UpdateConfigurationForm Members
Microsoft.VisualStudio.Tools.Applications.Project.ClickOnceProvider Namespace