Controlling-access-to-fields.md
... ...
@@ -1,6 +1,6 @@
1 1
#Controlling Access to Fields
2 2
3
-The field level property FieldFilterRegex is a regular expression property which filters based upon the string it's given. The user would not see any fields containing the words 'pass', 'admin' or 'pw'.
3
+The field level property ``FieldFilterRegex`` is a regular expression property which filters based upon the string it's given. The user would not see any fields containing the words 'pass', 'admin' or 'pw'.
4 4
5 5
C♯
6 6
```csharp