UserManagerSpecificationTestBase<TUser,TKey>.GenerateUsers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate count users with a name prefix.
protected:
System::Collections::Generic::List<TUser> ^ GenerateUsers(System::String ^ userNamePrefix, int count);
protected System.Collections.Generic.List<TUser> GenerateUsers (string userNamePrefix, int count);
member this.GenerateUsers : string * int -> System.Collections.Generic.List<'User (requires 'User : null)>
Protected Function GenerateUsers (userNamePrefix As String, count As Integer) As List(Of TUser)
Parameters
- userNamePrefix
- String
- count
- Int32
Returns
- List<TUser>