Share via


RestApiSecurityRequirement.IDictionary<RestApiSecurityScheme,IList<String>>.Item[RestApiSecurityScheme] Property

Definition

Gets or sets the element with the specified key.

System.Collections.Generic.IList<string> System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Item[Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key] { get; set; }
member this.System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Item(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme) : System.Collections.Generic.IList<string> with get, set
 Property Item(key As RestApiSecurityScheme) As IList(Of String) Implements IDictionary(Of RestApiSecurityScheme, IList(Of String)).Item

Parameters

Property Value

Implements

Applies to