PredefinedStreamingPolicy.Implicit Operator

Definition

Overloads

Implicit(PredefinedStreamingPolicy to String)

Implicit operator to convert PredefinedStreamingPolicy to string

Implicit(String to PredefinedStreamingPolicy)

Implicit operator to convert string to PredefinedStreamingPolicy

Implicit(PredefinedStreamingPolicy to String)

Implicit operator to convert PredefinedStreamingPolicy to string

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

Parameters

Returns

Applies to

Implicit(String to PredefinedStreamingPolicy)

Implicit operator to convert string to PredefinedStreamingPolicy

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

Parameters

value
String

Returns

Applies to