ImportSubjectArgsbDynamic Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the smartdataobject this subject is based on is a dynamic one.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bDynamic { get; set; }
Public Property bDynamic As Boolean
Get
Set
public:
virtual property bool bDynamic {
bool get () sealed;
void set (bool value) sealed;
}
function get_bDynamic();
function set_bDynamic(value);
Property Value
Type:
BooleanA property that indicates if the smartdataobject this subject is based on is a dynamic one.
Return Value
Type:
BooleanA property that indicates if the smartdataobject this subject is based on is a dynamic one.
Remarks See Also