Namespace: MonoSoftware.MonoX.MetaWeblog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
UserInfo GetUserInfo(
	string key,
	string username,
	string password
)
Visual Basic
Function GetUserInfo ( 
	key As String,
	username As String,
	password As String
) As UserInfo
Visual C++
UserInfo GetUserInfo(
	String^ key, 
	String^ username, 
	String^ password
)
F#
abstract GetUserInfo : 
        key : string * 
        username : string * 
        password : string -> UserInfo 

Parameters

key
Type: System..::..String
username
Type: System..::..String
password
Type: System..::..String

Return Value

Type: UserInfo

See Also