Bagikan melalui


CheckNameResponse.Reason Property

Definition

Gets or sets reason why the workspace collection name cannot be used. Possible values include: 'Unavailable', 'Invalid'

[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public string Reason { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : string with get, set
Public Property Reason As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to