Click or drag to resize

VGRolesInstanceGetAttributes Method

Get all attributes of permission contained in role

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGGrantedPermissionAttributeCollection GetAttributes(
	VGRole role,
	VGPermission permission
)

Parameters

role
Type: Novalys.VisualGuard.Security.MembershipVGRole
permission
Type: Novalys.VisualGuard.Security.MembershipVGPermission

Return Value

Type: VGGrantedPermissionAttributeCollection
Examples

How to change the value of attribut

See Also