ColumnSystemColumnType Property | |
Gets the system column Type.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Nullable<SystemColumnType> SystemColumnType { get; set; }
Public Property SystemColumnType As Nullable(Of SystemColumnType)
Get
Set
public:
property Nullable<SystemColumnType> SystemColumnType {
Nullable<SystemColumnType> get ();
void set (Nullable<SystemColumnType> value);
}
member SystemColumnType : Nullable<SystemColumnType> with get, set
Return Value
Type:
NullableSystemColumnType the system column Type
See Also