DataPA Enterprise Dashboard Controls API Reference
Gets the name of the column used to populate the lookup.
Namespace: RunDataPAAssembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
C# |
---|
public string DescriptionColumn { get; } |
Visual Basic |
---|
Public ReadOnly Property DescriptionColumn As String
Get |
Visual C++ |
---|
public:
virtual property String^ DescriptionColumn {
String^ get () sealed;
} |
Property Value
Type:
StringThe name of the column used to populate the lookup.
Return Value
Type:
StringThe name of the column used to populate the lookup.
Remarks
See Also