[Missing <summary> documentation for "P:InTheHand.Net.Obex.Headers.ObexResponseHeaders.ConnectionID"]
public uint ConnectionID { get; set; }
Public Property ConnectionID As UInteger
Get
Set
public:
property unsigned int ConnectionID {
unsigned int get ();
void set (unsigned int value);
}
member ConnectionID : uint32 with get, set