Discuss this help topic in SecureBlackbox Forum

TElXMLReference.URI

TElXMLReference     See also     


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


This property contains the URL of the referenced external data.

Declaration

[C#]
    string URI;

[VB.NET]
    Property URI As String

[Pascal]
    property URI : WideString;

[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 get or set the value of the URL, which references the data. If the data is external, then the application must set either URIData or DigestValue properties. If URIData is set, the digest is calculated automatically (of course, if it is not set).

See also:     DigestValue     URIData     URINode    

Discuss this help topic in SecureBlackbox Forum