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(
	VGGroupProfileAttribute attribute,
	Object attributeValueToMatch
)
Visual Basic
Public Function FindGroupsByProfileAttributeValue ( 
	attribute As VGGroupProfileAttribute,
	attributeValueToMatch As Object
) As List(Of VGGroup)

Return Value

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

See Also