다음을 통해 공유


RecipientType.Implicit Operator

Definition

Overloads

Implicit(RecipientType to String)

Implicit operator to convert RecipientType to string

Implicit(String to RecipientType)

Implicit operator to convert string to RecipientType

Implicit(RecipientType to String)

Implicit operator to convert RecipientType to string

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

Parameters

e
RecipientType

the value to convert to an instance of RecipientType.

Returns

Applies to

Implicit(String to RecipientType)

Implicit operator to convert string to RecipientType

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

Parameters

value
String

the value to convert to an instance of RecipientType.

Returns

Applies to