LiveEventInputProtocol.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(LiveEventInputProtocol to String) |
Implicit operator to convert LiveEventInputProtocol to string |
Implicit(String to LiveEventInputProtocol) |
Implicit operator to convert string to LiveEventInputProtocol |
Implicit(LiveEventInputProtocol to String)
Implicit operator to convert LiveEventInputProtocol to string
public static implicit operator string (Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol -> string
Public Shared Widening Operator CType (e As LiveEventInputProtocol) As String
Parameters
Returns
Applies to
Implicit(String to LiveEventInputProtocol)
Implicit operator to convert string to LiveEventInputProtocol
public static implicit operator Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol
Public Shared Widening Operator CType (value As String) As LiveEventInputProtocol
Parameters
- value
- String