ReportDataSourceColumnType Property |
Gets or sets the type.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public DataSourceColumnType Type { get; set; }
Public Property Type As DataSourceColumnType
Get
Set
public:
property DataSourceColumnType Type {
DataSourceColumnType get ();
void set (DataSourceColumnType value);
}
member Type : DataSourceColumnType with get, set
Property Value
Type:
DataSourceColumnTypeThe type.
See Also