AppBroadcastTriggerProviderInfo.LogoResource 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.
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
The resource location of the logo. For example, "ms-resource://resources/Logo.png"
Remarks
Important
Only first-party applications should use this property.