AspNetIdentityEmailToId Property |
[Missing <summary> documentation for "P:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.EmailToId"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax public BTreeMap<string, ulong> EmailToId { get; }
Public ReadOnly Property EmailToId As BTreeMap(Of String, ULong)
Get
public:
property BTreeMap<String^, unsigned long long>^ EmailToId {
BTreeMap<String^, unsigned long long>^ get ();
}
member EmailToId : BTreeMap<string, uint64> with get
Property Value
Type:
BTreeMapString,
UInt64See Also