Discuss this help topic in SecureBlackbox Forum

TElXMLObjectIdentifier.Description

TElXMLObjectIdentifier     See also     


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


Contains a text describing the object identifier.

Declaration

[C#]
    string Description;

[VB.NET]
    Property Description As String

[Pascal]
    property Description: WideString;

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

[PHP]
    string get_Description()
    void set_Description(string $Value)

[Java]
    String getDescription();
    void setDescription(String Value);

Description

    Use this property to get or set an (informal) text which describes the object identifier.

See also:     Identifier    

Discuss this help topic in SecureBlackbox Forum