 | ProductServiceGetProductIdentifiers Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public string[] GetProductIdentifiers(
string apiKey
)
<WebMethodAttribute>
Public Function GetProductIdentifiers (
apiKey As String
) As String()
public:
[WebMethodAttribute]
array<String^>^ GetProductIdentifiers(
String^ apiKey
)
[<WebMethodAttribute>]
member GetProductIdentifiers :
apiKey : string -> string[]
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
String
See Also