Share via


Indexer.DataSourceName Property

Definition

Gets or sets the name of the datasource from which this indexer reads data.

[Newtonsoft.Json.JsonProperty(PropertyName="dataSourceName")]
public string DataSourceName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataSourceName")>]
member this.DataSourceName : string with get, set
Public Property DataSourceName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to