Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddUnblockedFeature", ReplyAction = "http://tempuri.org/IService1/AddUnblockedFeatureResponse")] bool AddUnblockedFeature( string userId, string pageId, string featureId, string userRoleId, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddUnblockedFeature", ReplyAction := "http://tempuri.org/IService1/AddUnblockedFeatureResponse")> Function AddUnblockedFeature ( userId As String, pageId As String, featureId As String, userRoleId As String, key As String ) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddUnblockedFeature", ReplyAction = L"http://tempuri.org/IService1/AddUnblockedFeatureResponse")] bool AddUnblockedFeature( String^ userId, String^ pageId, String^ featureId, String^ userRoleId, String^ key ) |
Parameters
- userId
- Type: System..::..String
- pageId
- Type: System..::..String
- featureId
- Type: System..::..String
- userRoleId
- Type: System..::..String
- key
- Type: System..::..String