[]
Gets or sets the list of predefined data providers available in the data source editor.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Providers[] PredefinedProviders { get; set; }
Type | Description |
---|---|
Providers[] | An array of Providers representing the predefined data providers. |