Smartsheet.Api.Models.SheetEmail.CreateSheetEmail.SetSubject C# (CSharp) Méthode

SetSubject() public méthode

Sets the subject of the SheetEmail.
public SetSubject ( string subject ) : CreateSheetEmail
subject string the subject
Résultat CreateSheetEmail
            public CreateSheetEmail SetSubject(string subject)
            {
                this.subject = subject;
                return this;
            }