SyncKerberosPasswords.Implicit Operator

Definition

Overloads

Name Description
Implicit(SyncKerberosPasswords to String)

Implicit operator to convert SyncKerberosPasswords to string

Implicit(String to SyncKerberosPasswords)

Implicit operator to convert string to SyncKerberosPasswords

Implicit(SyncKerberosPasswords to String)

Implicit operator to convert SyncKerberosPasswords to string

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

Parameters

e
SyncKerberosPasswords

the value to convert to an instance of SyncKerberosPasswords.

Returns

Applies to

Implicit(String to SyncKerberosPasswords)

Implicit operator to convert string to SyncKerberosPasswords

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

Parameters

value
String

the value to convert to an instance of SyncKerberosPasswords.

Returns

Applies to