Discuss this help topic in SecureBlackbox Forum

TElSAMLActionElement._Namespace

TElSAMLActionElement     


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


Specifies Action namespace.

Declaration

[C#]
    string _Namespace;

[VB.NET]
    Property _Namespace As String

[Pascal]
    property _Namespace : TSBAnyURI;

[C++]
    void get__Namespace(std::string &OutResult);
    void set__Namespace(const std::string &Value);

[PHP]
    string get__Namespace()
    void set__Namespace(string $Value)

[Java]
    String get_Namespace();
    void set_Namespace(String Value);

Description

    Use this property to specify Action namespace.

Discuss this help topic in SecureBlackbox Forum