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