Discuss this help topic in SecureBlackbox Forum

TElSAMLContactPersonElement.Extensions

TElSAMLContactPersonElement     


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


Contains optional metadata extensions.

Declaration

[C#]
    ArrayList Extensions;

[VB.NET]
    Property Extensions As ArrayList

[Pascal]
    property Extensions : TElList;

[C++]
    TList* get_Extensions();

[PHP]
    TList get_Extensions()

[Java]
    ArrayList getExtensions();

Description

Use this property to specify optional metadata extensions describing this contact.

Discuss this help topic in SecureBlackbox Forum