Gets the execution result provided by the component that used the argument.
public bool Result {get;}
public: __property bool get_Result();
public:
property bool Result {
bool get();
}
Property Value
true if the execution succeeded by the component that used the argument; otherwise, it is false.