Smartsheet.Api.Models.Column.UpdateColumnBuilder.SetSystemColumnType C# (CSharp) Méthode

SetSystemColumnType() public méthode

Sets the system column Type for the column.
public SetSystemColumnType ( SystemColumnType systemColumnType ) : UpdateColumnBuilder
systemColumnType SystemColumnType the system column Type
Résultat UpdateColumnBuilder
            public virtual UpdateColumnBuilder SetSystemColumnType(SystemColumnType systemColumnType)
            {
                this.systemColumnType = systemColumnType;
                return this;
            }