ObjectAccessRule.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.
Gets flags that specify if the ObjectType and InheritedObjectType properties of the ObjectAccessRule 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.