DataOperationDisplayName Property

Spotfire 14.3 API Reference
Gets a localized display name for the operation. This string is for display purposes only.

Namespace:  Spotfire.Dxp.Data.DataOperations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public abstract string DisplayName { get; }

Property Value

Type: String
Remarks

Note: This string should not be used to programmatically check for the presence of any particular setting. The format and content of this string may change between releases. See the various concrete Spotfire.Dxp.Data.DataOperations classes for details on how to read specific settings.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference