SemanticSearchResultsType.Implicit Operator

Definition

Overloads

Implicit(String to SemanticSearchResultsType)

Source:
SemanticSearchResultsType.cs
Source:
SemanticSearchResultsType.cs

Converts a string to a SemanticSearchResultsType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SemanticSearchResultsType>)

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

Parameters

value
String

Returns

Applies to