From 1d4d3e492b0ea37cb6382ab8255733efd40e4444 Mon Sep 17 00:00:00 2001 From: Caleb McGary Date: Fri, 10 Jan 2020 13:54:09 -0800 Subject: [PATCH] Update ServiceController.xml Fixes a typo, the method is read only (get) but the line of text references set. --- xml/System.ServiceProcess/ServiceController.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.ServiceProcess/ServiceController.xml b/xml/System.ServiceProcess/ServiceController.xml index d86c3a8a51b..e1d1d4a3a2d 100644 --- a/xml/System.ServiceProcess/ServiceController.xml +++ b/xml/System.ServiceProcess/ServiceController.xml @@ -1160,7 +1160,7 @@ System.String - Gets or sets the name that identifies the service that this instance references. + Gets the name that identifies the service that this instance references. The name that identifies the service that this instance references. The default is an empty string ("").