Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPHeaderBlock.Actor

TElXMLSOAPHeaderBlock     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the recipient of this header.

Declaration

[C#]
    string Actor;

[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

The actor attribute specifies the recipient of the header.

See also:     MustUnderstand    

Discuss this help topic in SecureBlackbox Forum