AspNetIdentityRoleSet Property |
[Missing <summary> documentation for "P:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.RoleSet"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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:
BTreeSetIdentityRole
See Also