Visual Guard Class Library Documentation

VGMembership.FindUsersByName Method

Gets a collection of membership users where the user name contains the specified user name to match.

Overload List

Gets a collection of membership users where the user name contains the specified user name to match.

public static VGMembershipUserCollection FindUsersByName(String);

Gets a collection of membership users where the user name contains the specified user name to match.

public static VGMembershipUserCollection FindUsersByName(String,Int32,Int32,out Int32&);

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace