DataPA Enterprise Dashboard Controls 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
C# |
---|
public Type Type { get; set; } |
Visual Basic |
---|
Public Property Type As Type
Get
Set |
Visual C++ |
---|
public:
virtual property Type^ Type {
Type^ get () sealed;
void set (Type^ value) sealed;
} |
Property Value
Type:
TypeThe type of the calculated column
Return Value
Type:
TypeThe type of the calculated column
Remarks
See Also