Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingPropertiesReference.URI

TElXMLQualifyingPropertiesReference     See also     


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


Provides an identifier for the location of the QualifyingProperties element.

Declaration

[C#]
    string URI;

[VB.NET]
    Property URI As String

[Pascal]
    property URI: XMLString;

[C++]
    void get_URI(sb_u16string &OutResult);
    void get_URI(std::wstring &OutResult);
    void set_URI(const sb_u16string &Value);
    void set_URI(const std::wstring &Value);

[PHP]
    string get_URI()
    void set_URI(string $Value)

[Java]
    String getURI();
    void setURI(String Value);

Description

    Use this property to specify the location of the QualifyingProperties element. This could be a URL of the site where information could be retrieved, or a name of the element, common to all the participating applications.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum