Discuss this help topic in SecureBlackbox Forum
Returns permission info for this object.
Declaration
[VB.NET]
Property SharedWith As String
[Pascal]
property SharedWith: string;
[C++]
void get_SharedWith(std::string &OutResult);
[PHP]
string get_SharedWith()
[Java]
String getSharedWith();
Description
Use this property to check the object's permissions.
Discuss this help topic in SecureBlackbox Forum