Public Property IsIgnoreNotFound As Boolean
public bool IsIgnoreNotFound { get; set; }
public: property bool IsIgnoreNotFound { bool get (); void set (bool value); }
function get_isIgnoreNotFound(); function set_isIgnoreNotFound(value);