Update SerialPort.Properties.cs

This commit is contained in:
Benjamin Höglinger-Stelzer 2024-07-13 15:41:22 +02:00
parent 1974bad299
commit 80af3469f4

View File

@ -220,7 +220,7 @@ public partial class SerialPort
/// <summary> /// <summary>
/// Port Name /// Port Name
/// </summary> /// </summary>
public string PortName { get; set; } public string PortName { get; }
public Handshake Handshake public Handshake Handshake
{ {