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