OnErrorType.Implicit Operator

Definition

Overloads

Implicit(OnErrorType to String)

Implicit operator to convert OnErrorType to string

Implicit(String to OnErrorType)

Implicit operator to convert string to OnErrorType

Implicit(OnErrorType to String)

Implicit operator to convert OnErrorType to string

public static implicit operator string (Microsoft.Azure.Management.Media.Models.OnErrorType e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.OnErrorType -> string
Public Shared Widening Operator CType (e As OnErrorType) As String

Parameters

Returns

Applies to

Implicit(String to OnErrorType)

Implicit operator to convert string to OnErrorType

public static implicit operator Microsoft.Azure.Management.Media.Models.OnErrorType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.OnErrorType
Public Shared Widening Operator CType (value As String) As OnErrorType

Parameters

value
String

Returns

Applies to