DownloadProgressChangedEventArgs.State Property

Definition

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.

Applies to