CheckNameAvailabilityOutput.Reason Property
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.
Gets the reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'
[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public string Reason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : string
Public ReadOnly Property Reason As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute