SummaryColumnDistinctColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the distinct column that will be used to calculate a distinct sum value
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string DistinctColumn { get; set; }
Public Property DistinctColumn As String
Get
Set
public:
virtual property String^ DistinctColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DistinctColumn();
function set_DistinctColumn(value);
Return Value
Type:
StringThe name of the distinct column that will be used to calculate a distinct sum value
See Also