Newtonsoft.Json.JsonPropertyAttribute.JsonPropertyAttribute C# (CSharp) Method

JsonPropertyAttribute() public method

Initializes a new instance of the JsonPropertyAttribute class with the specified name.
public JsonPropertyAttribute ( string propertyName ) : System
propertyName string Name of the property.
return System
        public JsonPropertyAttribute(string propertyName)
        {
            PropertyName = propertyName;
        }
    }

Same methods

JsonPropertyAttribute::JsonPropertyAttribute ( ) : System
JsonPropertyAttribute