DataSourceType.Implicit(String to DataSourceType) Operator

Definition

Defines implicit conversion from string to DataSourceType.

public static implicit operator Microsoft.Azure.Search.Models.DataSourceType (string value);
static member op_Implicit : string -> Microsoft.Azure.Search.Models.DataSourceType
Public Shared Widening Operator CType (value As String) As DataSourceType

Parameters

value
String

string to convert.

Returns

The string as a DataSourceType.

Applies to