Share via


RestApiSecurityRequirement.ICollection<KeyValuePair<RestApiSecurityScheme,IList<String>>>.IsReadOnly Property

Definition

Gets a value indicating whether the ICollection<T> is read-only.

bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of RestApiSecurityScheme, IList(Of String))).IsReadOnly

Property Value

Implements

Applies to