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.AttributeString

String representation of attributes on the policy statement.

[Visual Basic]
Public ReadOnly Property AttributeString As String
[C#]
public string AttributeString {get;}
[C++]
public: __property String* get_AttributeString();
[JScript]
public function get AttributeString() : String;

Property Value

String representation of attributes on the policy statement.

Remarks

Used to get a descriptive text string for the currently set attributes on the policy statement.

Example [C#]

[C#]

PolicyStatement stmt;
Console.WriteLn ( stmt.AttributeString );

See Also

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