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