Method PropertyName
| Improve this Doc View SourcePropertyName(String)
Returns a token for specified property name.
Declaration
public static JsonToken PropertyName(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name. |
Returns
Type | Description |
---|---|
JsonToken | The token. |