AppBroadcastTriggerProviderInfo.LogoResource Property

Definition

Gets and sets the resource location of the logo of the provider that is broadcasting gameplay.

public:
 property Platform::String ^ LogoResource { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LogoResource();

void LogoResource(winrt::hstring value);
public string LogoResource { get; set; }
var string = appBroadcastTriggerProviderInfo.logoResource;
appBroadcastTriggerProviderInfo.logoResource = string;
Public Property LogoResource As String

Property Value

String

Platform::String

winrt::hstring

The resource location of the logo. For example, "ms-resource://resources/Logo.png"

Remarks

Important

Only first-party applications should use this property.

Applies to