Share via


SecureScoreLevel.Implicit Operator

Definition

Overloads

Implicit(SecureScoreLevel to String)

Implicit operator to convert SecureScoreLevel to string

Implicit(String to SecureScoreLevel)

Implicit operator to convert string to SecureScoreLevel

Implicit(SecureScoreLevel to String)

Implicit operator to convert SecureScoreLevel to string

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

Parameters

e
SecureScoreLevel

the value to convert to an instance of SecureScoreLevel.

Returns

Applies to

Implicit(String to SecureScoreLevel)

Implicit operator to convert string to SecureScoreLevel

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

Parameters

value
String

the value to convert to an instance of SecureScoreLevel.

Returns

Applies to