ActiveReports 8 Server SDK
FindUserDataByKey Method

The key to return the user data on.
Finds the user data by the key through all users.
Syntax
'Declaration
 
Function FindUserDataByKey( _
   ByVal key As String _
) As IDictionary(Of String,Byte())
IDictionary<string,byte[]> FindUserDataByKey( 
   string key
)

Parameters

key
The key to return the user data on.

Return Value

The collection of user data per a user.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IExtensibleMembershipProvider Interface
IExtensibleMembershipProvider Members

 

 


Copyright © 2015 GrapeCity, inc. All Rights Reserved.

Support Forum