Discuss this help topic in SecureBlackbox Forum
Contains resource ID.
Declaration
[C#/Java]
string CompleteResourceID;
[VB.NET]
Property CompleteResourceID As String
[Pascal]
property CompleteResourceID : string;
[C++]
void get_CompleteResourceID(std::string &OutResult);
[PHP]
string get_CompleteResourceID()
Description
Use this read-only property to get complete resource ID for the object.
The complete resource ID includes both resource type and the ID itself.
Discuss this help topic in SecureBlackbox Forum