Gets or sets the attributes (arguments) list of the permission

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
VGPermissionAttributeCollection Attributes { get; }
Visual Basic (Declaration)
ReadOnly Property Attributes As VGPermissionAttributeCollection

Remarks

this attribute list is defined at design time by using the Visual Guard console. To edit the attributes list, you must use the menu option 'Action>Edit arguments list' when the permission is selecting.

See Also