BAH.BOS.WebAPI.Client.AuthServiceOperation.Login.SetUserName C# (CSharp) Method

SetUserName() public method

设置用户名。
public SetUserName ( string userName ) : Login
userName string 用户名。
return Login
        public virtual Login SetUserName(string userName)
        {
            this.UserName = userName;
            return this;
        }//end method