ContentKeyPolicyPlayReadyLicenseType.Implicit Operator

Definition

Overloads

Implicit(ContentKeyPolicyPlayReadyLicenseType to String)

Implicit operator to convert ContentKeyPolicyPlayReadyLicenseType to string

Implicit(String to ContentKeyPolicyPlayReadyLicenseType)

Implicit operator to convert string to ContentKeyPolicyPlayReadyLicenseType

Implicit(ContentKeyPolicyPlayReadyLicenseType to String)

Implicit operator to convert ContentKeyPolicyPlayReadyLicenseType to string

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

Parameters

Returns

Applies to

Implicit(String to ContentKeyPolicyPlayReadyLicenseType)

Implicit operator to convert string to ContentKeyPolicyPlayReadyLicenseType

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

Parameters

value
String

Returns

Applies to