Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaBinder.Token Property
Definition
- Namespace:
- Windows.Media.Core
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.
Applies to
Feedback
Was this page helpful?
