共用方式為


TopicTypeInfo.SupportedLocations Property

Definition

Gets or sets list of locations supported by this topic type.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.supportedLocations")]
public System.Collections.Generic.IList<string> SupportedLocations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.supportedLocations")>]
member this.SupportedLocations : System.Collections.Generic.IList<string> with get, set
Public Property SupportedLocations As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to