CodePackageActivationContext.WorkDirectory Property

Definition

Gets the path to the Work directory that the application can use to store data. For example: the state of the replicas.

public string WorkDirectory { get; }
member this.WorkDirectory : string
Public ReadOnly Property WorkDirectory As String

Property Value

The path to the Work directory.

Applies to