BotChannelName.Implicit Operator

Definition

Overloads

Implicit(String to BotChannelName)

Source:
BotChannelName.cs
Source:
BotChannelName.cs

Converts a string to a BotChannelName.

public static implicit operator Azure.ResourceManager.BotService.Models.BotChannelName(string value);
static member op_Implicit : string -> Azure.ResourceManager.BotService.Models.BotChannelName
Public Shared Widening Operator CType (value As String) As BotChannelName

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BotChannelName>)

Source:
BotChannelName.cs
public static implicit operator Azure.ResourceManager.BotService.Models.BotChannelName?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.BotService.Models.BotChannelName>
Public Shared Widening Operator CType (value As String) As Nullable(Of BotChannelName)

Parameters

value
String

Returns

Applies to