Share via


SessionHostComponentUpdateType.Implicit Operator

Definition

Overloads

Implicit(SessionHostComponentUpdateType to String)

Implicit operator to convert SessionHostComponentUpdateType to string

Implicit(String to SessionHostComponentUpdateType)

Implicit operator to convert string to SessionHostComponentUpdateType

Implicit(SessionHostComponentUpdateType to String)

Implicit operator to convert SessionHostComponentUpdateType to string

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

Parameters

e
SessionHostComponentUpdateType

the value to convert to an instance of SessionHostComponentUpdateType.

Returns

Applies to

Implicit(String to SessionHostComponentUpdateType)

Implicit operator to convert string to SessionHostComponentUpdateType

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

Parameters

value
String

the value to convert to an instance of SessionHostComponentUpdateType.

Returns

Applies to