public bool[][] Value { get; set; }
Public Property Value As Boolean()() Get Set
public: property array<array<bool>^>^ Value { array<array<bool>^>^ get (); void set (array<array<bool>^>^ value); }
member Value : bool[][] with get, set
In This Article