[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.AllowedParsingExceptions"]
[DefaultValueAttribute(10)]
public int AllowedParsingExceptions { get; set; }
<DefaultValueAttribute(10)>
Public Property AllowedParsingExceptions As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int AllowedParsingExceptions {
int get ();
void set (int value);
}
function get_AllowedParsingExceptions();
function set_AllowedParsingExceptions(value);