Result Enum
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.
Enum Result
public enum Result
type Result =
Public Enum Result
- Inheritance
-
Result
Fields
Name | Value | Description |
---|---|---|
Unavailable | 0 | The unavailable |
Success | 1 | The success |
Fail | 2 | The fail |