共用方式為


CheckNameAvailabilityInput.Name 屬性

定義

取得或設定要驗證搜尋服務名稱。 搜尋服務名稱只能包含小寫字母、數位或破折號,不能使用虛線做為前兩個字元或最後一個字元、不能包含連續連字號,且長度必須介於 2 到 60 個字元之間。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於