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
CheckNameAvailabilityOutput() |
Initializes a new instance of the CheckNameAvailabilityOutput class. |
CheckNameAvailabilityOutput(Nullable<Boolean>, String, String) |
Initializes a new instance of the CheckNameAvailabilityOutput class. |
Properties
Message |
Gets the detailed error message describing why the name is not available. |
NameAvailable |
Gets indicates whether the name is available. |
Reason |
Gets the reason why the name is not available. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.