ApplicationGetLicenceEventArgsEnterprise Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a boolean flag that indicates if license code to be entered is for DataPA Enterprise.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Enterprise { get; set; }
Public Property Enterprise As Boolean
Get
Set
public:
virtual property bool Enterprise {
bool get () sealed;
void set (bool value) sealed;
}
function get_Enterprise();
function set_Enterprise(value);
Return Value
Type:
BooleanA boolean flag that indicates if license code to be entered is for DataPA Enterprise.
Remarks See Also