Namespace: P4s3WebSvcRefLib.P4s3WebSvcReferenceAssembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/DeactivatePage",
ReplyAction = "http://tempuri.org/IService1/DeactivatePageResponse")]
bool DeactivatePage(
string pageId,
string key
) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/DeactivatePage",
ReplyAction := "http://tempuri.org/IService1/DeactivatePageResponse")>
Function DeactivatePage (
pageId As String,
key As String
) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/DeactivatePage",
ReplyAction = L"http://tempuri.org/IService1/DeactivatePageResponse")]
bool DeactivatePage(
String^ pageId,
String^ key
) |
Return Value
Type:
Boolean
See Also