Discuss this help topic in SecureBlackbox Forum

TElXMLCertificateValues.ID

TElXMLCertificateValues     


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


Specifies an identifier of the XML element.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID: WideString;

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

[PHP]
    string get_ID()
    void set_ID(string $Value)

[Java]
    String getID();
    void setID(String Value);

Description

    Use this property to get or set the ID of the XML element.

Discuss this help topic in SecureBlackbox Forum