public Object Input { get; set; }Public Property Input As Object
Get
Setpublic:
property Object^ Input {
Object^ get ();
void set (Object^ value);
}member Input : Object with get, set| ArgumentException | If the value is not a string or Expr. |