AppBroadcastTriggerProviderInfo.DisplayNameResource Property

Definition

Gets and sets the resource location for the UI friendly name of the provider that is broadcasting gameplay.

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

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

Property Value

String

Platform::String

winrt::hstring

The resource location of the display name. For example, "ms-resource://resources/DisplayName"

Remarks

Important

Only first-party applications should use this property.

Applies to