IAssemblyNameGetProperty Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GetProperty(
ASM_NAME PropertyId,
IntPtr pvProperty,
ref int pcbProperty
)
Function GetProperty (
PropertyId As ASM_NAME,
pvProperty As IntPtr,
ByRef pcbProperty As Integer
) As Integer
int GetProperty(
ASM_NAME PropertyId,
IntPtr pvProperty,
int% pcbProperty
)
function GetProperty(PropertyId, pvProperty, pcbProperty);
Parameters
- PropertyId
- Type: DataPA.Utils.QueryEngineASM_NAME
- pvProperty
- Type: SystemIntPtr
- pcbProperty
- Type: SystemInt32
Return Value
Type:
Int32See Also