SetUserInfoFieldAsync Method
This method will add a user information field for registration.
Syntax
[VB.NET] Public Function SetUserInfoFieldAsync(ByVal Field As String, ByVal Value As String) As Task
[C#] public Task SetUserInfoFieldAsync(string field, string value);