ReadAceInheritedFrom Property
IT Hit WebDAV Classes Reference
If not null indicates a resource from which this Ace is inherited.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public IAclHierarchyItem InheritedFrom { get; set; }
Public Property InheritedFrom As IAclHierarchyItem
Get
Set
public:
property IAclHierarchyItem^ InheritedFrom {
IAclHierarchyItem^ get ();
void set (IAclHierarchyItem^ value);
}
member InheritedFrom : IAclHierarchyItem with get, set
Property Value
Type:
IAclHierarchyItemSee Also