ConditionParentType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the parent type (link or subject) for this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ParentType { get; set; }
Public Property ParentType As String
Get
Set
public:
virtual property String^ ParentType {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ParentType();
function set_ParentType(value);
Property Value
Type:
StringThe parent type (link or subject) for this condition
Return Value
Type:
StringThe parent type (link or subject) for this condition
Remarks See Also