ObjectAuditRule.ObjectFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ObjectType and InheritedObjectType properties of the ObjectAuditRule object contain valid values.
public:
property System::Security::AccessControl::ObjectAceFlags ObjectFlags { System::Security::AccessControl::ObjectAceFlags get(); };
public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get; }
member this.ObjectFlags : System.Security.AccessControl.ObjectAceFlags
Public ReadOnly Property ObjectFlags As ObjectAceFlags
Property Value
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.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.