FieldSubjectLabel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the subject field label of this field.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SubjectLabel { get; set; }
Public Property SubjectLabel As String
Get
Set
public:
virtual property String^ SubjectLabel {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SubjectLabel();
function set_SubjectLabel(value);
Property Value
Type:
StringThe subject field label of this field.
Return Value
Type:
StringThe subject field label of this field.
Remarks This field can be used to get back to the label in the subject that this field was derived from. This is used in summary queries where the same field can be used multiple times with difference transformations.
See Also