AspNetIdentityRoleSet Property |
[Missing <summary> documentation for "P:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.RoleSet"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax public BTreeSet<IdentityRole> RoleSet { get; }
Public ReadOnly Property RoleSet As BTreeSet(Of IdentityRole)
Get
public:
property BTreeSet<IdentityRole^>^ RoleSet {
BTreeSet<IdentityRole^>^ get ();
}
member RoleSet : BTreeSet<IdentityRole> with get
Property Value
Type:
BTreeSetIdentityRoleSee Also