Click or drag to resize

VGIPermissionAttribute Interface

Represents an attribute (argument) of a VGIPermission object.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public interface VGIPermissionAttribute : ICloneable

The VGIPermissionAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the attribute.
Public propertyId
Gets the id of the attribute.
Public propertyName
Gets the name of the attribute.
Public propertyCode exampleValue
Gets or sets the value of the attribute.
Public propertyValueType
Gets the type of the value.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
Remarks
This attribute can be 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 selected.
See Also