IHostService.LocalAppDataLocation Property

Definition

Gets the path to the root directory for the host application local data.

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

Property Value

An absolute path.

Applies to