Query. SubjectType 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)
Syntaxpublic Subject. SubjectTypeEnum SubjectType { get; }
Public ReadOnly Property SubjectType As Subject. SubjectTypeEnum
Get
public:
virtual property Subject. SubjectTypeEnum SubjectType {
Subject. SubjectTypeEnum get () sealed;
}
function get_SubjectType();
Property Value
Type:
Subject.SubjectTypeEnumA property that indicates the type of the Subject this Query uses.
Return Value
Type:
Subject.SubjectTypeEnumA property that indicates the type of the Subject this Query uses.
See Also