ApiScopeCollection.Item[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定名称的 API 资源。
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
参数
- key
- String
Duende.IdentityServer.Models.ApiScope 的名称。
属性值
IdentityServer4.Models.ApiScope
Duende.IdentityServer.Models.ApiScope
Duende.IdentityServer.Models.ApiScope。