Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoRetrievalMethod.URI

TElXMLKeyInfoRetrievalMethod     


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


The URI attribute identifies a data object using a URI-Reference.

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 URI attribute of RetrievalMethod element. The URI attribute identifies a data object using a URI-Reference.

Discuss this help topic in SecureBlackbox Forum