Condividi tramite


ContentKeyPolicyRestrictionTokenType.Implicit Operator

Definition

Overloads

Implicit(ContentKeyPolicyRestrictionTokenType to String)

Implicit operator to convert ContentKeyPolicyRestrictionTokenType to string

Implicit(String to ContentKeyPolicyRestrictionTokenType)

Implicit operator to convert string to ContentKeyPolicyRestrictionTokenType

Implicit(ContentKeyPolicyRestrictionTokenType to String)

Implicit operator to convert ContentKeyPolicyRestrictionTokenType to string

public static implicit operator string (Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType -> string
Public Shared Widening Operator CType (e As ContentKeyPolicyRestrictionTokenType) As String

Parameters

Returns

Applies to

Implicit(String to ContentKeyPolicyRestrictionTokenType)

Implicit operator to convert string to ContentKeyPolicyRestrictionTokenType

public static implicit operator Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType
Public Shared Widening Operator CType (value As String) As ContentKeyPolicyRestrictionTokenType

Parameters

value
String

Returns

Applies to