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