diff --git a/xml/Microsoft.Build.BuildEngine/Engine.xml b/xml/Microsoft.Build.BuildEngine/Engine.xml
index 3c475f13ed6..789a67ee6a8 100644
--- a/xml/Microsoft.Build.BuildEngine/Engine.xml
+++ b/xml/Microsoft.Build.BuildEngine/Engine.xml
@@ -1144,7 +1144,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
Microsoft.Build.BuildEngine.ToolsetCollection
- Sets or Gets the collection of Toolsets that are recognized by this build engine instance.
+ Gets or sets the collection of Toolsets that are recognized by this build engine instance.
A of the tools sets recognized by this engine instance.
System.String
- Sets or gets the ToolsVersion XML attribute found on the Project element in the project file.
+ Gets or sets the ToolsVersion XML attribute found on the Project element in the project file.
A string representing the Tools version.
System.String
- Sets or gets the current version of the Toolset being used by the project.
+ Gets or sets the current version of the Toolset being used by the project.
A string representing the version number of the Toolset.
System.Boolean
- Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.
+ Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.
to produce debug information; otherwise, .
To be added.
@@ -1045,7 +1045,7 @@
System.String
- Sets or gets the display name of the engine.
+ Gets or sets the display name of the engine.
The name of the engine.
To be added.
@@ -1182,7 +1182,7 @@
System.String
- Sets or gets a script engine's root moniker.
+ Gets or sets a script engine's root moniker.
The root moniker of the engine.
To be added.
@@ -1226,7 +1226,7 @@
System.String
- Sets or gets the root namespace used by the engine.
+ Gets or sets the root namespace used by the engine.
The namespace of the engine.
To be added.
@@ -1405,7 +1405,7 @@
Microsoft.JScript.Vsa.IJSVsaSite
- Sets or gets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.
+ Gets or sets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.
The host-implemented object.
To be added.
diff --git a/xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml b/xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml
index 7b9b4f4e554..b5a5ba898d0 100644
--- a/xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml
+++ b/xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml
@@ -144,7 +144,7 @@
System.String
- Sets or gets the text of a specified code item, including auto-generated code, if any.
+ Gets or sets the text of a specified code item, including auto-generated code, if any.
The source text of the code item.
To be added.
diff --git a/xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml b/xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml
index cd5269b5aec..ec5090b1ba4 100644
--- a/xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml
+++ b/xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml
@@ -131,7 +131,7 @@
System.Boolean
- Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.
+ Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.
to produce debug information; otherwise, .
To be added.
@@ -378,7 +378,7 @@
System.String
- Sets or gets the display name of the script engine.
+ Gets or sets the display name of the script engine.
The name of the engine.
To be added.
@@ -441,7 +441,7 @@
System.String
- Sets or gets a script engine's root moniker.
+ Gets or sets a script engine's root moniker.
The root moniker of the engine.
To be added.
@@ -462,7 +462,7 @@
System.String
- Sets or gets the root namespace used by the script engine.
+ Gets or sets the root namespace used by the script engine.
The namespace of the engine.
To be added.
@@ -580,7 +580,7 @@
Microsoft.JScript.Vsa.IJSVsaSite
- Sets or gets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.
+ Gets or sets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.
The host-implemented object.
To be added.
diff --git a/xml/Microsoft.JScript.Vsa/IJSVsaItem.xml b/xml/Microsoft.JScript.Vsa/IJSVsaItem.xml
index 580a89aeac3..a4e88665953 100644
--- a/xml/Microsoft.JScript.Vsa/IJSVsaItem.xml
+++ b/xml/Microsoft.JScript.Vsa/IJSVsaItem.xml
@@ -113,7 +113,7 @@
System.String
- Sets or gets the name of the item.
+ Gets or sets the name of the item.
The string literal name of the item.
To be added.
diff --git a/xml/Microsoft.Vsa/IVsaCodeItem.xml b/xml/Microsoft.Vsa/IVsaCodeItem.xml
index d16cc52815f..0db3b82b8fa 100644
--- a/xml/Microsoft.Vsa/IVsaCodeItem.xml
+++ b/xml/Microsoft.Vsa/IVsaCodeItem.xml
@@ -198,7 +198,7 @@ Removing an event source does not remove the underlying event handler from sourc
System.String
- Sets or gets the text of a specified code item, including auto-generated code, if any.
+ Gets or sets the text of a specified code item, including auto-generated code, if any.
The source text of the code item.
System.String
- Sets or gets the name of the item.
+ Gets or sets the name of the item.
The string literal name of the item.
To be added.
diff --git a/xml/System.Data.Common/DbCommandBuilder.xml b/xml/System.Data.Common/DbCommandBuilder.xml
index 9df69334fce..0659451803b 100644
--- a/xml/System.Data.Common/DbCommandBuilder.xml
+++ b/xml/System.Data.Common/DbCommandBuilder.xml
@@ -166,7 +166,7 @@
System.Data.Common.CatalogLocation
- Sets or gets the for an instance of the class.
+ Gets or sets the for an instance of the class.
A object.
To be added.
Automatically Generating Commands
@@ -206,7 +206,7 @@
System.String
- Sets or gets a string used as the catalog separator for an instance of the class.
+ Gets or sets a string used as the catalog separator for an instance of the class.
A string indicating the catalog separator for use with an instance of the class.
To be added.
Automatically Generating Commands
diff --git a/xml/System.Data.Common/DbParameter.xml b/xml/System.Data.Common/DbParameter.xml
index ae2a9bbf252..d5cf76d4bc0 100644
--- a/xml/System.Data.Common/DbParameter.xml
+++ b/xml/System.Data.Common/DbParameter.xml
@@ -551,7 +551,7 @@
System.Boolean
- Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
+ Gets or sets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
diff --git a/xml/System.Data.Odbc/OdbcParameter.xml b/xml/System.Data.Odbc/OdbcParameter.xml
index d7f55a0ab54..ca2f29b1fcc 100644
--- a/xml/System.Data.Odbc/OdbcParameter.xml
+++ b/xml/System.Data.Odbc/OdbcParameter.xml
@@ -1247,7 +1247,7 @@ public void CreateOdbcParameter()
System.Boolean
- Sets or gets a value which indicates whether the source column is nullable. This lets correctly generate Update statements for nullable columns.
+ Gets or sets a value which indicates whether the source column is nullable. This lets correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
diff --git a/xml/System.Data.OleDb/OleDbParameter.xml b/xml/System.Data.OleDb/OleDbParameter.xml
index 9418b23c1ad..22156cb3ef1 100644
--- a/xml/System.Data.OleDb/OleDbParameter.xml
+++ b/xml/System.Data.OleDb/OleDbParameter.xml
@@ -1246,7 +1246,7 @@ public void CreateOleDbParameter()
System.Boolean
- Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
+ Gets or sets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
diff --git a/xml/System.Data.OracleClient/OracleCommandBuilder.xml b/xml/System.Data.OracleClient/OracleCommandBuilder.xml
index 108b916488f..c76bff928b7 100644
--- a/xml/System.Data.OracleClient/OracleCommandBuilder.xml
+++ b/xml/System.Data.OracleClient/OracleCommandBuilder.xml
@@ -217,7 +217,7 @@ public static DataSet SelectOracleSrvRows(string myConnection, string mySelectQu
System.Data.Common.CatalogLocation
- Sets or gets the for an instance of the class.
+ Gets or sets the for an instance of the class.
A object.
To be added.
@@ -250,7 +250,7 @@ public static DataSet SelectOracleSrvRows(string myConnection, string mySelectQu
System.String
- Sets or gets a string used as the catalog separator for an instance of the class.
+ Gets or sets a string used as the catalog separator for an instance of the class.
A string indicating the catalog separator for use with an instance of the class.
To be added.
diff --git a/xml/System.Data.OracleClient/OracleParameter.xml b/xml/System.Data.OracleClient/OracleParameter.xml
index 2a655df610f..e84f463d3c9 100644
--- a/xml/System.Data.OracleClient/OracleParameter.xml
+++ b/xml/System.Data.OracleClient/OracleParameter.xml
@@ -1039,7 +1039,7 @@ public void CreateOracleDbParameter()
System.Boolean
- Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
+ Gets or sets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; otherwise, .
diff --git a/xml/System.Data.SqlClient/SqlCommandBuilder.xml b/xml/System.Data.SqlClient/SqlCommandBuilder.xml
index 5749c53170d..9a2fd20a69b 100644
--- a/xml/System.Data.SqlClient/SqlCommandBuilder.xml
+++ b/xml/System.Data.SqlClient/SqlCommandBuilder.xml
@@ -208,7 +208,7 @@
System.Data.Common.CatalogLocation
- Sets or gets the for an instance of the class.
+ Gets or sets the for an instance of the class.
A object.
To be added.
Connecting and Retrieving Data in ADO.NET
@@ -251,7 +251,7 @@
System.String
- Sets or gets a string used as the catalog separator for an instance of the class.
+ Gets or sets a string used as the catalog separator for an instance of the class.
A string that indicates the catalog separator for use with an instance of the class.
To be added.
Connecting and Retrieving Data in ADO.NET
diff --git a/xml/System.Data.SqlClient/SqlParameter.xml b/xml/System.Data.SqlClient/SqlParameter.xml
index 3728dc826d4..cfc31ad1133 100644
--- a/xml/System.Data.SqlClient/SqlParameter.xml
+++ b/xml/System.Data.SqlClient/SqlParameter.xml
@@ -1460,7 +1460,7 @@ static void CreateSqlParameterLocaleId(){
System.Boolean
- Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
+ Gets or sets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
diff --git a/xml/System.Data/DataView.xml b/xml/System.Data/DataView.xml
index 53f05c28b05..612712c63b6 100644
--- a/xml/System.Data/DataView.xml
+++ b/xml/System.Data/DataView.xml
@@ -365,7 +365,7 @@
System.Boolean
- Sets or gets a value that indicates whether deletes are allowed.
+ Gets or sets a value that indicates whether deletes are allowed.
, if deletes are allowed; otherwise, .
diff --git a/xml/System.Diagnostics.PerformanceData/CounterData.xml b/xml/System.Diagnostics.PerformanceData/CounterData.xml
index 8924e6c9cd8..ca6383455cd 100644
--- a/xml/System.Diagnostics.PerformanceData/CounterData.xml
+++ b/xml/System.Diagnostics.PerformanceData/CounterData.xml
@@ -186,7 +186,7 @@
System.Int64
- Sets or gets the raw counter data.
+ Gets or sets the raw counter data.
The raw counter data.
System.Int64
- Sets or gets the counter data.
+ Gets or sets the counter data.
The counter data.
The zero-based index in the collection.
- Sets or gets the node at the specified index of the collection.
+ Gets or sets the node at the specified index of the collection.
The at the specified index in the collection. If is greater than or equal to the number of nodes in the collection, the return value is .
To be added.
diff --git a/xml/System.Speech.Synthesis.TtsEngine/TextFragment.xml b/xml/System.Speech.Synthesis.TtsEngine/TextFragment.xml
index a98576578c8..14917c2f064 100644
--- a/xml/System.Speech.Synthesis.TtsEngine/TextFragment.xml
+++ b/xml/System.Speech.Synthesis.TtsEngine/TextFragment.xml
@@ -397,7 +397,7 @@ override public void Speak (TextFragment [] frags, IntPtr wfx, ITtsEngineSite si
System.String
- Sets or gets the speech text of the fragment.
+ Gets or sets the speech text of the fragment.
A is returned or can be used to set the speech text to be used by a speech synthesis engine to generate audio output.