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

Syntax

C#
public VGMembershipUserCollection FindUsersByProfileAttributeValue(
	VGProfileAttribute attribute,
	Object attributeValueToMatchFrom,
	Object attributeValueToMatchTo
)
Visual Basic
Public Function FindUsersByProfileAttributeValue ( 
	attribute As VGProfileAttribute,
	attributeValueToMatchFrom As Object,
	attributeValueToMatchTo As Object
) As VGMembershipUserCollection

Parameters

attribute
Type: Novalys.VisualGuard.Security.Membership..::..VGProfileAttribute
attributeValueToMatchFrom
Type: System..::..Object
attributeValueToMatchTo
Type: System..::..Object

Return Value

Type: VGMembershipUserCollection

See Also