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!

ICodeGroup.AttributeString

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

[Visual Basic]
ReadOnly Property AttributeString As String
[C#]
string AttributeString {get;}
[C++]
String* get_AttributeString() = 0;
[JScript]
abstract 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

ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace