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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.