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

Syntax

C#
public List<VGGroup> FindGroupsByProfileAttributeValue(
	Guid profileAttributeId,
	Object attributeValueToMatch
)
Visual Basic
Public Function FindGroupsByProfileAttributeValue ( 
	profileAttributeId As Guid,
	attributeValueToMatch As Object
) As List(Of VGGroup)

Parameters

profileAttributeId
Type: System..::..Guid
attributeValueToMatch
Type: System..::..Object

Return Value

Type: List<(Of <(<'VGGroup>)>)>

See Also