Discuss this help topic in SecureBlackbox Forum

TElSAMLElement.Tag

TElSAMLElement     


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


Specifies this element's XML tag.

Declaration

[C#]
    Object Tag;

[VB.NET]
    Property Tag As Object

[Pascal]
    property Tag : TObject;

[C++]
    TObject* get_Tag();
    void set_Tag(TObject &Value);
    void set_Tag(TObject *Value);

[PHP]
    TObject get_Tag()
    void set_Tag(TObject $Value)

[Java]
    TObject getTag();
    void setTag(TObject Value);

Description

    This property specifies this element's tag.

Discuss this help topic in SecureBlackbox Forum