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!

FirstMatchCodeGroup.AttributeString

Gets a string representation of the attributes of the policy statement for the code group.

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

Property Value

A string representation of the attributes of the policy statement for the code group.

Remarks

The string representation is not localized.

See Also

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