Click or drag to resize

VGRolesInstanceFindRolesByProfileAttributeValue Method (Guid, Object, Object)

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 List<VGRole> FindRolesByProfileAttributeValue(
	Guid profileAttributeId,
	Object attributeValueToMatchFrom,
	Object attributeValueToMatchTo
)

Parameters

profileAttributeId
Type: SystemGuid
attributeValueToMatchFrom
Type: SystemObject
attributeValueToMatchTo
Type: SystemObject

Return Value

Type: ListVGRole
See Also