SdkResult.Success Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the resolution was successful.
public: virtual property bool Success { public:
bool get(); protected:
void set(bool value); };
public virtual bool Success { get; protected set; }
member this.Success : bool with get, set
Public Overridable Property Success As Boolean
Property Value
true
if the resolution was successful; otherwise, false
.