Share via


SsoSecretType.Implicit Operator

Definition

Overloads

Implicit(SsoSecretType to String)

Implicit operator to convert SsoSecretType to string

Implicit(String to SsoSecretType)

Implicit operator to convert string to SsoSecretType

Implicit(SsoSecretType to String)

Implicit operator to convert SsoSecretType to string

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

Parameters

e
SsoSecretType

the value to convert to an instance of SsoSecretType.

Returns

Applies to

Implicit(String to SsoSecretType)

Implicit operator to convert string to SsoSecretType

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

Parameters

value
String

the value to convert to an instance of SsoSecretType.

Returns

Applies to