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: xml/System.Text.Json.Serialization/JsonPropertyNameAttribute.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
</Attribute>
20
20
</Attributes>
21
21
<Docs>
22
-
<summary>Specifies the property name that is present in the JSON when serializing and deserializing. This overrides any naming policy specified by <seecref="T:System.Text.Json.JsonNamingPolicy" />.</summary>
22
+
<summary>Specifies the property name that is present in the JSON when serializing and deserializing. This overrides any naming policy specified by <seecref="T:System.Text.Json.Serialization.JsonNamingPolicy" />.</summary>
23
23
<remarks>To be added.</remarks>
24
24
</Docs>
25
25
<Members>
@@ -60,10 +60,10 @@
60
60
<ReturnType>System.String</ReturnType>
61
61
</ReturnValue>
62
62
<Docs>
63
-
<summary>The name of the property.</summary>
64
-
<value>A string representing the name of the property.</value>
0 commit comments