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;
String representation of attributes on the policy statement.
Used to get a descriptive text string for the currently set attributes on the policy statement.
[C#]
PolicyStatement stmt; Console.WriteLn ( stmt.AttributeString );
PolicyStatement Class | PolicyStatement Members | System.Security.Policy Namespace