Smartsheet.Api.Models.MultiShare.ShareToManyBuilder.SetMessage C# (CSharp) Метод

SetMessage() публичный Метод

Sets the Message To be included in the body of the Email that will be sent To the use.
public SetMessage ( string message ) : ShareToManyBuilder
message string the Message
Результат ShareToManyBuilder
            public virtual ShareToManyBuilder SetMessage(string message)
            {
                this.message = message;
                return this;
            }