Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool DeleteUserRolePerms(
	string userRoleId,
	string key
)
Visual Basic
Public Function DeleteUserRolePerms ( 
	userRoleId As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool DeleteUserRolePerms(
	String^ userRoleId, 
	String^ key
) sealed

Parameters

userRoleId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..DeleteUserRolePerms(String, String)

See Also