public bool[][] MaskErrorTerms { get; set; }Public Property MaskErrorTerms As Boolean()()
Get
Setpublic:
property array<array<bool>^>^ MaskErrorTerms {
array<array<bool>^>^ get ();
void set (array<array<bool>^>^ value);
}member MaskErrorTerms : bool[][] with get, set