Discuss this help topic in SecureBlackbox Forum

TElSAMLEntityDescriptorElement.ContactPersons

TElSAMLEntityDescriptorElement     See also     


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


A list of contact persons.

Declaration

[C#]
    ArrayList ContactPersons;

[VB.NET]
    Property ContactPersons As ArrayList

[Pascal]
    property ContactPersons : TElList;

[C++]
    TList* get_ContactPersons();

[PHP]
    TList get_ContactPersons()

[Java]
    ArrayList getContactPersons();

Description

This properties contains a list of elements representing various contact persons.

See also:     Organization    

Discuss this help topic in SecureBlackbox Forum