Share via


SettingKind.Implicit Operator

Definition

Overloads

Implicit(SettingKind to String)

Implicit operator to convert SettingKind to string

Implicit(String to SettingKind)

Implicit operator to convert string to SettingKind

Implicit(SettingKind to String)

Implicit operator to convert SettingKind to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind -> string
Public Shared Widening Operator CType (e As SettingKind) As String

Parameters

e
SettingKind

the value to convert to an instance of SettingKind.

Returns

Applies to

Implicit(String to SettingKind)

Implicit operator to convert string to SettingKind

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind
Public Shared Widening Operator CType (value As String) As SettingKind

Parameters

value
String

the value to convert to an instance of SettingKind.

Returns

Applies to