Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddUserAccountRequest", 
	ReplyAction = "http://tempuri.org/IService1/AddUserAccountRequestResponse")]
bool AddUserAccountRequest(
	string uname,
	string pword,
	string fname,
	string lname,
	string utype,
	string org,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddUserAccountRequest", 
	ReplyAction := "http://tempuri.org/IService1/AddUserAccountRequestResponse")> 
Function AddUserAccountRequest ( 
	uname As String,
	pword As String,
	fname As String,
	lname As String,
	utype As String,
	org As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddUserAccountRequest", 
	ReplyAction = L"http://tempuri.org/IService1/AddUserAccountRequestResponse")]
bool AddUserAccountRequest(
	String^ uname, 
	String^ pword, 
	String^ fname, 
	String^ lname, 
	String^ utype, 
	String^ org, 
	String^ key
)

Return Value

Type: Boolean

See Also