CommunityGalleryInfo.PublicNames Property

Definition

Gets community gallery public name list.

[Newtonsoft.Json.JsonProperty(PropertyName="publicNames")]
public System.Collections.Generic.IList<string> PublicNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicNames")>]
member this.PublicNames : System.Collections.Generic.IList<string>
Public ReadOnly Property PublicNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to