GetManifestCompletedEventArgs.ActivationContext Property

Definition

Gets the context for the current ClickOnce application.

public:
 property ActivationContext ^ ActivationContext { ActivationContext ^ get(); };
public ActivationContext ActivationContext { get; }
member this.ActivationContext : ActivationContext
Public ReadOnly Property ActivationContext As ActivationContext

Property Value

An ActivationContext object representing the context for the current application.

Applies to