Attributes on the policy statement.
[Visual Basic] Public Property Attributes As PolicyStatementAttribute [C#] public PolicyStatementAttribute Attributes {get; set;} [C++] public: __property PolicyStatementAttribute get_Attributes(); public: __property void set_Attributes(PolicyStatementAttribute); [JScript] public function get Attributes() : PolicyStatementAttribute; public function set Attributes(PolicyStatementAttribute);
Attributes for the policy statement.
[C#]
PolicyStatement stmt; if ( stmt.Attributes & PolicyStatementAttribute.GroupExclusive )...
PolicyStatement Class | PolicyStatement Members | System.Security.Policy Namespace