Discuss this help topic in SecureBlackbox Forum

TElSAMLOrganizationElement.OrganizationDisplayNames

TElSAMLOrganizationElement     See also     


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


Language-qualified human-readable name(s) of this organization.

Declaration

[C#]
    ArrayList OrganizationDisplayNames;

[VB.NET]
    Property OrganizationDisplayNames As ArrayList

[Pascal]
    property OrganizationDisplayNames : TElList;

[C++]
    TList* get_OrganizationDisplayNames();

[PHP]
    TList get_OrganizationDisplayNames()

[Java]
    ArrayList getOrganizationDisplayNames();

Description

Use this property to specify human-readable name(s) of this organization.

See also:     OrganizationNames    

Discuss this help topic in SecureBlackbox Forum