Discuss this help topic in SecureBlackbox Forum

TElSAMLOrganizationElement.OrganizationNames

TElSAMLOrganizationElement     See also     


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


Specifies the organizarion name.

Declaration

[C#]
    ArrayList OrganizationNames;

[VB.NET]
    Property OrganizationNames As ArrayList

[Pascal]
    property OrganizationNames : TElList;

[C++]
    TList* get_OrganizationNames();

[PHP]
    TList get_OrganizationNames()

[Java]
    ArrayList getOrganizationNames();

Description

This property represents a list of language-qualified organization names.

See also:     OrganizationDisplayNames    

Discuss this help topic in SecureBlackbox Forum