Discuss this help topic in SecureBlackbox Forum

TElSAMLOrganizationElement.OrganizationURLs

TElSAMLOrganizationElement     


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


A list of URIs where additional information is located.

Declaration

[C#]
    ArrayList OrganizationURLs;

[VB.NET]
    Property OrganizationURLs As ArrayList

[Pascal]
    property OrganizationURLs : TElList;

[C++]
    TList* get_OrganizationURLs();

[PHP]
    TList get_OrganizationURLs()

[Java]
    ArrayList getOrganizationURLs();

Description

This property contains a list of language-qualified URIs of locations where a user could find additional information.

Discuss this help topic in SecureBlackbox Forum