public ushort UdpPayloadSize { get; set; }
Public Property UdpPayloadSize As UShort
Get
Set
public:
property unsigned short UdpPayloadSize {
unsigned short get ();
void set (unsigned short value);
}
member UdpPayloadSize : uint16 with get, set