DataProviderGroupColumnSourceName Property |
|
DataPA OpenAnalytics API Reference
Gets name of the column in the source dataset used to calculate this column
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string SourceName { get; }
Public ReadOnly Property SourceName As String
Get
public:
virtual property String^ SourceName {
String^ get () sealed;
}
function get_SourceName();
Property Value
Type:
StringThe column in the source dataset used to calculate this column
Return Value
Type:
StringThe column in the source dataset used to calculate this column
Remarks See Also