Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeStatementElement.Attributes

TElSAMLAttributeStatementElement     See also     


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


Returns the attribute by its index.

Declaration

[C#]
    TElSAMLAttributeType Attributes[int Index];

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

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

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

[PHP]
    TElSAMLAttributeType get_Attributes(integer $Index)

[Java]
    TElSAMLAttributeType getAttributes(int Index);

Parameters

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

Description

    This property specifies the list of attributes associated with the specified subject.

See also:     AttributeCount     AddAttribute     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum