IndexProjectionMode.Implicit Operator

Definition

Overloads

Implicit(String to IndexProjectionMode)

Source:
IndexProjectionMode.cs
Source:
IndexProjectionMode.cs

Converts a string to a IndexProjectionMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IndexProjectionMode>)

Source:
IndexProjectionMode.cs
public static implicit operator Azure.Search.Documents.Indexes.Models.IndexProjectionMode?(string value);
static member op_Implicit : string -> Nullable<Azure.Search.Documents.Indexes.Models.IndexProjectionMode>
Public Shared Widening Operator CType (value As String) As Nullable(Of IndexProjectionMode)

Parameters

value
String

Returns

Applies to