UpdateConfigurationForm.Days Field
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 Shared Days As String
'Usage
Dim value As String
value = UpdateConfigurationForm.Days
UpdateConfigurationForm.Days = value
public static string Days
public:
static String^ Days
public static var Days : String
.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