SubjectDynamic Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this subject represents a dynamic sdo
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Dynamic { get; set; }
Public Property Dynamic As Boolean
Get
Set
public:
virtual property bool Dynamic {
bool get () sealed;
void set (bool value) sealed;
}
function get_Dynamic();
function set_Dynamic(value);
Property Value
Type:
BooleanTrue if this subject represents a dynamic sdo
Return Value
Type:
BooleanTrue if this subject represents a dynamic sdo
Remarks See Also