ActiveReports 8 Server SDK
FindUserDataByName Method

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

Parameters

username
The user name to return the user data for.

Return Value

The collection of user data per a key.
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