IdentityRole<TKey,TUserRole>.Claims プロパティ

定義

ロール内の要求のナビゲーション プロパティ

public:
 virtual property System::Collections::Generic::ICollection<Microsoft::AspNet::Identity::CoreCompat::IdentityRoleClaim<TKey> ^> ^ Claims { System::Collections::Generic::ICollection<Microsoft::AspNet::Identity::CoreCompat::IdentityRoleClaim<TKey> ^> ^ get(); };
public virtual System.Collections.Generic.ICollection<Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim<TKey>> Claims { get; }
member this.Claims : System.Collections.Generic.ICollection<Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim<'Key>>
Public Overridable ReadOnly Property Claims As ICollection(Of IdentityRoleClaim(Of TKey))

プロパティ値

適用対象