NameAvailability Class
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.
Result of the request to check name availability. It contains a flag and possible reason of failure.
public class NameAvailability
type NameAvailability = class
Public Class NameAvailability
- Inheritance
-
NameAvailability
Constructors
| Name | Description |
|---|---|
| NameAvailability() |
Initializes a new instance of the NameAvailability class. |
| NameAvailability(Nullable<Boolean>, String, String) |
Initializes a new instance of the NameAvailability class. |
Properties
| Name | Description |
|---|---|
| Message |
Gets or sets the message of the operation. |
| NameAvailable |
Gets or sets indicates whether the name is available or not. |
| Reason |
Gets or sets the reason of the availability. Required if name is not available. |