ObjectAuditRule::ObjectFlags Property

 

ObjectType and InheritedObjectType properties of the ObjectAuditRule object contain valid values.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
property ObjectAceFlags ObjectFlags {
	ObjectAceFlags get();
}

Property Value

Type: System.Security.AccessControl::ObjectAceFlags

ObjectAceTypePresent specifies that the ObjectType property contains a valid value. InheritedObjectAceTypePresent specifies that the InheritedObjectType property contains a valid value. These values can be combined with a logical OR.

.NET Framework
Available since 2.0
Return to top
Show: