DataSourceDefinitionResponse.DataSource Property
Applies To: Microsoft Azure
Optional. Gets the definition of the datasource.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public DataSource DataSource { get; set; }
public:
property DataSource^ DataSource {
DataSource^ get();
void set(DataSource^ value);
}
member DataSource : DataSource with get, set
Public Property DataSource As DataSource
Property Value
Type: Microsoft.Azure.Search.Models.DataSource
See Also
DataSourceDefinitionResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top