Discuss this help topic in SecureBlackbox Forum
Returns a reference to the resource which this ACE is shared with.
Declaration
[C#]
string InheritedHref;
[VB.NET]
Property InheritedHref As String
[Pascal]
property InheritedHref : string;
[C++]
void get_InheritedHref(std::string &OutResult);
void set_InheritedHref(const std::string &Value);
[PHP]
string get_InheritedHref()
void set_InheritedHref(string $Value)
[Java]
String getInheritedHref();
void setInheritedHref(String Value);
Description
If this ACE is shared with another resource, this property contains a reference to that resource.
Discuss this help topic in SecureBlackbox Forum