MediaBinder.Token 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.
public:
property Platform::String ^ Token { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Token();
void Token(winrt::hstring value);
public string Token { get; set; }
var string = mediaBinder.token;
mediaBinder.token = string;
Public Property Token As String
Property Value
An app-specified string that is used to identify the specific media content that the app should bind.