public Object Input { get; set; }
Public Property Input As Object
Get
Set
public:
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. |