Discuss this help topic in SecureBlackbox Forum
Specifies the unique identifier of this SP.
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
Use this property to specify the unique identifier of this SP.
Discuss this help topic in SecureBlackbox Forum