RestApiSecurityRequirement.IDictionary<RestApiSecurityScheme,IList<String>>.Item[RestApiSecurityScheme] Property
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.
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