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