Share via


FeatureType.Implicit Operator

Definition

Overloads

Implicit(FeatureType to String)

Implicit operator to convert FeatureType to string

Implicit(String to FeatureType)

Implicit operator to convert string to FeatureType

Implicit(FeatureType to String)

Implicit operator to convert FeatureType to string

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

Parameters

e
FeatureType

the value to convert to an instance of FeatureType.

Returns

Applies to

Implicit(String to FeatureType)

Implicit operator to convert string to FeatureType

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

Parameters

value
String

the value to convert to an instance of FeatureType.

Returns

Applies to