You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.Management.Automation/cimSupport/cmdletization/QueryBuilder.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public abstract class QueryBuilder
52
52
/// <param name="propertyName">Property name to query on.</param>
53
53
/// <param name="allowedPropertyValues">Property values to accept in the query.</param>
54
54
/// <param name="wildcardsEnabled">
55
-
/// <see langword="true"/> if <paramref name="allowedPropertyValues"/> should be treated as a <see cref="System.String"/> containing a wildcard pattern;
55
+
/// <see langword="true"/> if <paramref name="allowedPropertyValues"/> should be treated as a <see cref="string"/> containing a wildcard pattern;
/// <param name="propertyName">Property name to query on.</param>
70
70
/// <param name="excludedPropertyValues">Property values to reject in the query.</param>
71
71
/// <param name="wildcardsEnabled">
72
-
/// <see langword="true"/> if <paramref name="excludedPropertyValues"/> should be treated as a <see cref="System.String"/> containing a wildcard pattern;
72
+
/// <see langword="true"/> if <paramref name="excludedPropertyValues"/> should be treated as a <see cref="string"/> containing a wildcard pattern;
0 commit comments