Discuss this help topic in SecureBlackbox Forum

TElSAMLAffiliationDescriptorElement.AffiliationOwnerID

TElSAMLAffiliationDescriptorElement     See also     


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


A unique identifier of the entity responsible for the affiliation.

Declaration

[C#]
    string AffiliationOwnerID;

[VB.NET]
    Property AffiliationOwnerID As String

[Pascal]
    property AffiliationOwnerID : string;

[C++]
    void get_AffiliationOwnerID(std::string &OutResult);
    void set_AffiliationOwnerID(const std::string &Value);

[PHP]
    string get_AffiliationOwnerID()
    void set_AffiliationOwnerID(string $Value)

[Java]
    String getAffiliationOwnerID();
    void setAffiliationOwnerID(String Value);

Description

This property specifies the unique identifier of the entity responsible for the affiliation.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum