共用方式為


TopicTypeInfo.SupportedScopesForSource Property

Definition

Gets or sets supported source scopes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to