DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a unique column name based on the column and it's summary type
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string UniqueColumnName { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property UniqueColumnName As String
	Get  | 
| Visual C++ | 
|---|
public:
virtual property String^ UniqueColumnName {
	String^ get () sealed;
} | 
Property Value
Type: 
StringA unique column name based on the column and it's summary type
Return Value
Type: 
StringA unique column name based on the column and it's summary type
Remarks
See Also