Discuss this help topic in SecureBlackbox Forum
The unique ID of the entity which metadata is described by this element.
Declaration
[VB.NET]
Property EntityID As String
[Pascal]
property EntityID : string;
[C++]
void get_EntityID(std::string &OutResult);
void set_EntityID(const std::string &Value);
[PHP]
string get_EntityID()
void set_EntityID(string $Value)
[Java]
String getEntityID();
void setEntityID(String Value);
Description
This property specifies the ID of the entity which metadata is described by this element.
Discuss this help topic in SecureBlackbox Forum