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