QuerySubjectType Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates the type of the Subject this Query uses.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SubjectSubjectTypeEnum SubjectType { get; }
Public ReadOnly Property SubjectType As SubjectSubjectTypeEnum
Get
public:
virtual property SubjectSubjectTypeEnum SubjectType {
SubjectSubjectTypeEnum get () sealed;
}
function get_SubjectType();
Property Value
Type:
SubjectSubjectTypeEnumA property that indicates the type of the Subject this Query uses.
Return Value
Type:
SubjectSubjectTypeEnumA property that indicates the type of the Subject this Query uses.
See Also