Delen via


ScheduledType.Implicit Operator

Definition

Overloads

Implicit(ScheduledType to String)

Implicit operator to convert ScheduledType to string

Implicit(String to ScheduledType)

Implicit operator to convert string to ScheduledType

Implicit(ScheduledType to String)

Implicit operator to convert ScheduledType to string

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

Parameters

e
ScheduledType

the value to convert to an instance of ScheduledType.

Returns

Applies to

Implicit(String to ScheduledType)

Implicit operator to convert string to ScheduledType

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

Parameters

value
String

the value to convert to an instance of ScheduledType.

Returns

Applies to