ObjectAce.ObjectAceFlags 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 or sets flags that specify whether the ObjectAceType and InheritedObjectAceType properties contain values that identify valid object types.
public:
property System::Security::AccessControl::ObjectAceFlags ObjectAceFlags { System::Security::AccessControl::ObjectAceFlags get(); void set(System::Security::AccessControl::ObjectAceFlags value); };
public System.Security.AccessControl.ObjectAceFlags ObjectAceFlags { get; set; }
member this.ObjectAceFlags : System.Security.AccessControl.ObjectAceFlags with get, set
Public Property ObjectAceFlags As ObjectAceFlags
Property Value
On or more members of the ObjectAceFlags enumeration combined with a logical OR operation.
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.