Share via


DeliveryLocation.Implicit Operator

Definition

Overloads

Implicit(DeliveryLocation to String)

Implicit operator to convert DeliveryLocation to string

Implicit(String to DeliveryLocation)

Implicit operator to convert string to DeliveryLocation

Implicit(DeliveryLocation to String)

Implicit operator to convert DeliveryLocation to string

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

Parameters

e
DeliveryLocation

the value to convert to an instance of DeliveryLocation.

Returns

Applies to

Implicit(String to DeliveryLocation)

Implicit operator to convert string to DeliveryLocation

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

Parameters

value
String

the value to convert to an instance of DeliveryLocation.

Returns

Applies to