Condividi tramite


SyncType.Implicit Operator

Definition

Overloads

Implicit(SyncType to String)

Implicit operator to convert SyncType to string

Implicit(String to SyncType)

Implicit operator to convert string to SyncType

Implicit(SyncType to String)

Implicit operator to convert SyncType to string

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

Parameters

e
SyncType

the value to convert to an instance of SyncType.

Returns

Applies to

Implicit(String to SyncType)

Implicit operator to convert string to SyncType

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

Parameters

value
String

the value to convert to an instance of SyncType.

Returns

Applies to