ImportSystemArgsbDynamicsSec Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the system Dynamics security flag.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bDynamicsSec { get; set; }
Public Property bDynamicsSec As Boolean
Get
Set
public:
virtual property bool bDynamicsSec {
bool get () sealed;
void set (bool value) sealed;
}
function get_bDynamicsSec();
function set_bDynamicsSec(value);
Property Value
Type:
BooleanA property that contains the system Dynamics security flag.
Return Value
Type:
BooleanA property that contains the system Dynamics security flag.
Remarks See Also