CalculatedColumnType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the type of the calculated column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Type Type { get; set; }
Public Property Type As Type
Get
Set
public:
virtual property Type^ Type {
Type^ get () sealed;
void set (Type^ value) sealed;
}
function get_Type();
function set_Type(value);
Property Value
Type:
TypeThe type of the calculated column
Return Value
Type:
TypeThe type of the calculated column
Remarks See Also