Discuss this help topic in SecureBlackbox Forum

TElSAMLEntityDescriptorElement.EntityID

TElSAMLEntityDescriptorElement     See also     


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


The unique ID of the entity which metadata is described by this element.

Declaration

[C#]
    string EntityID;

[VB.NET]
    Property EntityID As String

[Pascal]
    property EntityID : string;

[C++]
    void get_EntityID(std::string &OutResult);
    void set_EntityID(const std::string &Value);

[PHP]
    string get_EntityID()
    void set_EntityID(string $Value)

[Java]
    String getEntityID();
    void setEntityID(String Value);

Description

This property specifies the ID of the entity which metadata is described by this element.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum