From 342f9e69173bd827774bd9a88974c525a3de26a7 Mon Sep 17 00:00:00 2001 From: Hugh Bellamy Date: Wed, 24 Apr 2019 10:30:55 +0100 Subject: [PATCH] Fix summary of Binding.PropertyName --- xml/System.Windows.Forms/Binding.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/Binding.xml b/xml/System.Windows.Forms/Binding.xml index 57e6ff5a73a..15481e33562 100644 --- a/xml/System.Windows.Forms/Binding.xml +++ b/xml/System.Windows.Forms/Binding.xml @@ -1352,7 +1352,7 @@ System.String - Gets or sets the name of the control's data-bound property. + Gets the name of the control's data-bound property. The name of a control property to bind to.