Namespace: P4s3TestMachine.P4s3WebSvcReferenceAssembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool AddFilterReportTop(
string reportId,
string top,
string key
) |
Visual Basic |
---|
Public Function AddFilterReportTop (
reportId As String,
top As String,
key As String
) As Boolean |
Visual C++ |
---|
public:
virtual bool AddFilterReportTop(
String^ reportId,
String^ top,
String^ key
) sealed |
Return Value
Type:
BooleanImplements
IService1..::..AddFilterReportTop(String, String, String)
See Also