Discuss this help topic in SecureBlackbox Forum

TElSAMLAdviceElement.Others

TElSAMLAdviceElement     See also     


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


Returns other elements contained in this Advice element.

Declaration

[C#]
    ArrayList Others;

[VB.NET]
    Property Others As ArrayList

[Pascal]
    property Others : TElList;

[C++]
    TList* get_Others();

[PHP]
    TList get_Others()

[Java]
    ArrayList getOthers();

Description

    Use this property to get or set other elements contained in this Advice element.

See also:     Assertions    

Discuss this help topic in SecureBlackbox Forum