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