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