[Missing <summary> documentation for "P:InTheHand.Nfc.NdefScanOptions.MediaType"]
public string MediaType { get; set; }Public Property MediaType As String
Get
Setpublic:
property String^ MediaType {
String^ get ();
void set (String^ value);
}member MediaType : string with get, set