ObjectAce.InheritedObjectAceType Property

Definition

Gets or sets the GUID of the object type that can inherit the Access Control Entry (ACE) that this ObjectAce object represents.

public:
 property Guid InheritedObjectAceType { Guid get(); void set(Guid value); };
public Guid InheritedObjectAceType { get; set; }
member this.InheritedObjectAceType : Guid with get, set
Public Property InheritedObjectAceType As Guid

Property Value

The GUID of the object type that can inherit the Access Control Entry (ACE) that this ObjectAce object represents.

Remarks

If the value of the ObjectAceFlags parameter does not contain the value InheritedObjectAceTypePresent, this property is ignored.

Applies to