DataPA Enterprise Dashboard Controls API Reference
Gets the type of the value column for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ValueColumnType { get; } |
Visual Basic |
---|
Public ReadOnly Property ValueColumnType As String
Get |
Visual C++ |
---|
public:
virtual property String^ ValueColumnType {
String^ get () sealed;
} |
Property Value
Type:
StringThe type of the value column for this object
Return Value
Type:
StringThe type of the value column for this object
Remarks
See Also