Share via


CreateOption.Implicit Operator

Definition

Overloads

Implicit(CreateOption to String)

Implicit operator to convert CreateOption to string

Implicit(String to CreateOption)

Implicit operator to convert string to CreateOption

Implicit(CreateOption to String)

Implicit operator to convert CreateOption to string

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

Parameters

e
CreateOption

the value to convert to an instance of CreateOption.

Returns

Applies to

Implicit(String to CreateOption)

Implicit operator to convert string to CreateOption

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

Parameters

value
String

the value to convert to an instance of CreateOption.

Returns

Applies to