Discuss this help topic in SecureBlackbox Forum

TElWebDAVACE._Inherited

TElWebDAVACE     See also     


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


Specifies whether this ACE is inherited or not.

Declaration

[C#]
    bool _Inherited;

[VB.NET]
    Property _Inherited As Boolean

[Pascal]
    property _Inherited : boolean;

[C++]
    bool get__Inherited();
    void set__Inherited(bool Value);

[PHP]
    bool get__Inherited()
    void set__Inherited(bool $Value)

[Java]
    boolean get_Inherited();
    void set_Inherited(boolean Value);

Description

    An "inherited ACE" is shared with another resource, and has to be updated accordingly when it is changed on that resource. Use InheritedHref to get the reference to that resource.

See also:     InheritedHref    

Discuss this help topic in SecureBlackbox Forum