CodePackageActivationContext.TempDirectory Property

Definition

Gets the path to the Temp directory that the Application can use for temporary files.

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

Property Value

The path to the Temp directory.

Applies to