DkmInstalledAppPackageInfo.LogoPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] The App Package logo path. For remote this will be the path on the remote system.
public:
property System::String ^ LogoPath { System::String ^ get(); };
public:
property Platform::String ^ LogoPath { Platform::String ^ get(); };
public string LogoPath { get; }
public string? LogoPath { get; }
member this.LogoPath : string
Public ReadOnly Property LogoPath As String