ApplicationDeployment.DataDirectory Property

Definition

Gets the path to the ClickOnce data directory.

public:
 property System::String ^ DataDirectory { System::String ^ get(); };
public string DataDirectory { get; }
member this.DataDirectory : string
Public ReadOnly Property DataDirectory As String

Property Value

A string containing the path to the application's data directory on the local disk.

Applies to