Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeQueryElement.Attributes

TElSAMLAttributeQueryElement     See also     


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


Specifies the list of attributes whose values should be returned.

Declaration

[C#]
    TElSAMLAttributeElement Attributes[int Index];

[VB.NET]
    Property Attributes(ByVal Index As Integer) As TElSAMLAttributeElement

[Pascal]
    property Attributes[Index : integer] : TElSAMLAttributeElement;

[C++]
    TElSAMLAttributeElement* get_Attributes(int32_t Index);

[PHP]
    TElSAMLAttributeElement get_Attributes(integer $Index)

[Java]
    TElSAMLAttributeElement getAttributes(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property specifies which attribute values should be returned.

See also:     AttributeCount     AddAttribute     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum