MediaBinder.Token Property
Definition
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.