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

ユーザーデータを返すためのキー。
キーを使用してユーザーデータを見つけます。
構文
'宣言
 
Function FindUserDataByKey( _
   ByVal key As System.String _
) As System.Collections.Generic.IDictionary(Of String,Byte())
System.Collections.Generic.IDictionary<string,byte[]> FindUserDataByKey( 
   System.string key
)

パラメータ

key
ユーザーデータを返すためのキー。

戻り値の型

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

関連項目

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