Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSUserValidationResult
String GetReason()
NSUserValidationResult thing; String reason = thing.GetReason();
Bool GetResult()
NSUserValidationResult thing; Bool result = thing.GetResult();
Void SetReason(String reason)
NSUserValidationResult thing; String reason; thing.SetReason(reason);
Void SetResult(Bool result)
NSUserValidationResult thing; Bool result; thing.SetResult(result);
Was this page helpful?