CheckNameAvailabilityOutput 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.
Output of check name availability API.
public class CheckNameAvailabilityOutput
type CheckNameAvailabilityOutput = class
Public Class CheckNameAvailabilityOutput
- Inheritance
-
CheckNameAvailabilityOutput
Constructors
| Name | Description |
|---|---|
| CheckNameAvailabilityOutput() |
Initializes a new instance of the CheckNameAvailabilityOutput class. |
| CheckNameAvailabilityOutput(String, String, String) |
Initializes a new instance of the CheckNameAvailabilityOutput class. |
Properties
| Name | Description |
|---|---|
| Message |
Gets the detailed error message describing why the name is not available. |
| NameAvailability |
Gets indicates whether the name is available. Possible values include: 'Available', 'Unavailable' |
| Reason |
Gets the reason why the name is not available. |