SearchIndexerDataSourceType.Implicit Operator

Definition

Converts a string to a SearchIndexerDataSourceType.

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

Parameters

value
String

Returns

Applies to