System.PropertySet.RequestResult
C++
bool      RequestResult() const { return false;                }
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | sysvari.h | System | PropertySet | 
Description
Indicates that the interface method does not return a value.
RequestResult always returns false, indicating that there is no return value after executing the PropertySet object using the Variant::Exec method.