[Missing <summary> documentation for "P:InTheHand.Net.Obex.Headers.ObexRequestHeaders.Type"]
public string Type { get; set; }
Public Property Type As String
Get
Set
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
member Type : string with get, set