PowerTools ActiveReports 9.0J Server ユーザーガイド
FindUserDataByName メソッド

ユーザーデータを返すためのユーザー名。
ユーザー名でユーザーデータを見つけます。
構文
'宣言
 
Function FindUserDataByName( _
   ByVal username As System.String _
) As System.Collections.Generic.IDictionary(Of String,Byte())
System.Collections.Generic.IDictionary<string,byte[]> FindUserDataByName( 
   System.string username
)

パラメータ

username
ユーザーデータを返すためのユーザー名。

戻り値の型

キー毎にユーザーデータのコレクション。
参照

関連項目

IExtensibleMembershipProvider インターフェース
IExtensibleMembershipProvider メンバ