DownloadProgressChangedEventArgs.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the progress state of the download.
public:
property System::Deployment::Application::DeploymentProgressState State { System::Deployment::Application::DeploymentProgressState get(); };
public System.Deployment.Application.DeploymentProgressState State { get; }
member this.State : System.Deployment.Application.DeploymentProgressState
Public ReadOnly Property State As DeploymentProgressState
Property Value
A DeploymentProgressState value describing which portion of the ClickOnce application is being downloaded.