Share via


Refreshable.ConfiguredBy Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to