Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingProperties.Target

TElXMLQualifyingProperties     


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


Specifies the XML signature with which the qualifying properties are associated.

Declaration

[C#]
    string Target;

[VB.NET]
    Property Target As String

[Pascal]
    property Target: XMLString;

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

[PHP]
    string get_Target()
    void set_Target(string $Value)

[Java]
    String getTarget();
    void setTarget(String Value);

Description

    Use this property to set a reference to the XML signature which the qualifying properties are associated with.

Discuss this help topic in SecureBlackbox Forum