DataSourceType.Explicit(DataSourceType to String) Operator

Definition

Defines explicit conversion from DataSourceType to string.

public static explicit operator string (Microsoft.Azure.Search.Models.DataSourceType dataSourceType);
static member op_Explicit : Microsoft.Azure.Search.Models.DataSourceType -> string
Public Shared Narrowing Operator CType (dataSourceType As DataSourceType) As String

Parameters

dataSourceType
DataSourceType

DataSourceType to convert.

Returns

The DataSourceType as a string.

Applies to