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

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

Syntax

C#
VGPermissionAttributeCollection Attributes { get; }
Visual Basic
ReadOnly Property Attributes As VGPermissionAttributeCollection
	Get

Property Value

Type: 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