public bool ConvertFromJsonBeforeRequest { get; set; }
Public Property ConvertFromJsonBeforeRequest As Boolean
Get
Set
public:
property bool ConvertFromJsonBeforeRequest {
bool get ();
void set (bool value);
}
member ConvertFromJsonBeforeRequest : bool with get, set