Gets a string representation of the attributes of the policy statement for the code group.
Namespace:
?
System.Security.Policy
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property AttributeString As String |
C# |
---|
public override string AttributeString { get; } |
Visual C++ |
---|
public:
virtual property String^ AttributeString {
String^ get () override;
} |
JavaScript |
---|
function get_attributeString();
|
Return Value
Always null.
See Also