Udostępnij za pośrednictwem


ApiScopeCollection.Item[String] Właściwość

Definicja

Pobiera zasób interfejsu API o podanej nazwie.

public:
 property IdentityServer4::Models::ApiScope ^ default[System::String ^] { IdentityServer4::Models::ApiScope ^ get(System::String ^ key); };
public IdentityServer4.Models.ApiScope this[string key] { get; }
public Duende.IdentityServer.Models.ApiScope this[string key] { get; }
member this.Item(string) : IdentityServer4.Models.ApiScope
member this.Item(string) : Duende.IdentityServer.Models.ApiScope
Default Public ReadOnly Property Item(key As String) As ApiScope

Parametry

key
String

Nazwa elementu Duende.IdentityServer.Models.ApiScope.

Wartość właściwości

IdentityServer4.Models.ApiScope
Duende.IdentityServer.Models.ApiScope

Element Duende.IdentityServer.Models.ApiScope.

Dotyczy