FieldSubjectDataType Property |
|
DataPA OpenAnalytics API Reference
Gets the Subject data type of this field
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SubjectDataType { get; }
Public ReadOnly Property SubjectDataType As String
Get
public:
virtual property String^ SubjectDataType {
String^ get () sealed;
}
function get_SubjectDataType();
Property Value
Type:
StringThe Subject data type of this field
Return Value
Type:
StringThe Subject data type of this field
Remarks See Also