Discuss this help topic in SecureBlackbox Forum
Indicates the recepient of the header element.
Declaration
[VB.NET]
Property Actor As String
[Pascal]
property Actor : XMLString;
[C++]
void get_Actor(sb_u16string &OutResult);
void get_Actor(std::wstring &OutResult);
void set_Actor(const sb_u16string &Value);
void set_Actor(const std::wstring &Value);
[PHP]
string get_Actor()
void set_Actor(string $Value)
[Java]
String getActor();
void setActor(String Value);
Description
This property specifies the value of the SOAP env:actor attribute.
Discuss this help topic in SecureBlackbox Forum