NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PolicyStatement.Attributes

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);

Property Value

Attributes for the policy statement.

Example [C#]

[C#]

PolicyStatement stmt;
if ( stmt.Attributes & PolicyStatementAttribute.GroupExclusive
)...

See Also

PolicyStatement Class | PolicyStatement Members | System.Security.Policy Namespace