Bagikan melalui


MdmAuthority.Implicit Operator

Definition

Overloads

Implicit(MdmAuthority to String)

Implicit operator to convert MdmAuthority to string

Implicit(String to MdmAuthority)

Implicit operator to convert string to MdmAuthority

Implicit(MdmAuthority to String)

Implicit operator to convert MdmAuthority to string

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

Parameters

e
MdmAuthority

the value to convert to an instance of MdmAuthority.

Returns

Applies to

Implicit(String to MdmAuthority)

Implicit operator to convert string to MdmAuthority

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

Parameters

value
String

the value to convert to an instance of MdmAuthority.

Returns

Applies to