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;
A string representation of the attributes of the policy statement for the code group.
The string representation is not localized.
[C#]
codeGroup.AttributeString
UnionCodeGroup Class | UnionCodeGroup Members | System.Security.Policy Namespace