Share via


RestApiSecurityRequirement.IReadOnlyDictionary<RestApiSecurityScheme,IList<String>>.Values Property

Definition

Gets an enumerable collection that contains the values in the read-only dictionary.

System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Values { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Values : seq<System.Collections.Generic.IList<string>>
 ReadOnly Property Values As IEnumerable(Of IList(Of String)) Implements IReadOnlyDictionary(Of RestApiSecurityScheme, IList(Of String)).Values

Property Value

Implements

Applies to