Share via


ConnectionType.Implicit Operator

Definition

Overloads

Implicit(String to ConnectionType)

Source:
ConnectionType.cs
Source:
ConnectionType.cs

Converts a string to a ConnectionType.

public static implicit operator Azure.AI.Projects.ConnectionType(string value);
static member op_Implicit : string -> Azure.AI.Projects.ConnectionType
Public Shared Widening Operator CType (value As String) As ConnectionType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ConnectionType>)

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

Parameters

value
String

Returns

Applies to