SessionLogEventKind.Implicit Operator

Definition

Overloads

Implicit(String to SessionLogEventKind)

Source:
SessionLogEventKind.cs

Converts a string to a SessionLogEventKind.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SessionLogEventKind>)

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

Parameters

value
String

Returns

Applies to