AppStore.Models.InfoModel.setInfoAuthorEmail C# (CSharp) Method

setInfoAuthorEmail() public method

Sets the AuthorEmail of the Info App-Template
public setInfoAuthorEmail ( string mInfoAuthorEmail ) : void
mInfoAuthorEmail string Email fo the Author
return void
        public void setInfoAuthorEmail(string mInfoAuthorEmail)
        {
            this.mInfoAuthorEmail = mInfoAuthorEmail;
        }
        /// <summary>