Share via


KillChainIntent.Implicit Operator

Definition

Overloads

Implicit(KillChainIntent to String)

Implicit operator to convert KillChainIntent to string

Implicit(String to KillChainIntent)

Implicit operator to convert string to KillChainIntent

Implicit(KillChainIntent to String)

Implicit operator to convert KillChainIntent to string

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

Parameters

e
KillChainIntent

the value to convert to an instance of KillChainIntent.

Returns

Applies to

Implicit(String to KillChainIntent)

Implicit operator to convert string to KillChainIntent

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

Parameters

value
String

the value to convert to an instance of KillChainIntent.

Returns

Applies to