OAuth2GrantType.Implicit(String to OAuth2GrantType) Operator

Definition

Converts a string to a OAuth2GrantType.

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

Parameters

value
String

Returns

Applies to