Share via


PersonalDesktopAssignmentType.Implicit Operator

Definition

Overloads

Implicit(PersonalDesktopAssignmentType to String)

Implicit operator to convert PersonalDesktopAssignmentType to string

Implicit(String to PersonalDesktopAssignmentType)

Implicit operator to convert string to PersonalDesktopAssignmentType

Implicit(PersonalDesktopAssignmentType to String)

Implicit operator to convert PersonalDesktopAssignmentType to string

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

Parameters

e
PersonalDesktopAssignmentType

the value to convert to an instance of PersonalDesktopAssignmentType.

Returns

Applies to

Implicit(String to PersonalDesktopAssignmentType)

Implicit operator to convert string to PersonalDesktopAssignmentType

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

Parameters

value
String

the value to convert to an instance of PersonalDesktopAssignmentType.

Returns

Applies to