Smartsheet.Api.Models.Column.AddColumnBuilder.SetSystemColumnType C# (CSharp) Метод

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

Sets the system column Type.
public SetSystemColumnType ( SystemColumnType systemColumnType ) : AddColumnBuilder
systemColumnType SystemColumnType the system column Type
Результат AddColumnBuilder
            public virtual AddColumnBuilder SetSystemColumnType(SystemColumnType? systemColumnType)
            {
                this.systemColumnType = systemColumnType;
                return this;
            }