Share via


ContentKeyPolicyPlayReadyContentType.Implicit Operator

Definition

Overloads

Implicit(ContentKeyPolicyPlayReadyContentType to String)

Implicit operator to convert ContentKeyPolicyPlayReadyContentType to string

Implicit(String to ContentKeyPolicyPlayReadyContentType)

Implicit operator to convert string to ContentKeyPolicyPlayReadyContentType

Implicit(ContentKeyPolicyPlayReadyContentType to String)

Implicit operator to convert ContentKeyPolicyPlayReadyContentType to string

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

Parameters

Returns

Applies to

Implicit(String to ContentKeyPolicyPlayReadyContentType)

Implicit operator to convert string to ContentKeyPolicyPlayReadyContentType

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

Parameters

value
String

Returns

Applies to