BotMsaAppType.Implicit Operator

Definition

Overloads

Implicit(String to BotMsaAppType)

Source:
BotMsaAppType.cs
Source:
BotMsaAppType.cs

Converts a string to a BotMsaAppType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BotMsaAppType>)

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

Parameters

value
String

Returns

Applies to