Discuss this help topic in SecureBlackbox Forum

TElWebDAVACE.InheritedHref

TElWebDAVACE     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     _Inherited    

Discuss this help topic in SecureBlackbox Forum