Shows the properties of an object.
Returns the identifier and the definition of the dimension.
If the member delta is set to true in the request object, only the delta is retrieved.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<GenericDimensionProperties> GetPropertiesAsync(
string userHandle = null
)
public Task<GenericDimensionProperties> GetPropertiesAsync(
string userHandle = null
)
Public Function GetPropertiesAsync (
Optional userHandle As String = Nothing
) As Task(Of GenericDimensionProperties)
Public Function GetPropertiesAsync (
Optional userHandle As String = Nothing
) As Task(Of GenericDimensionProperties)
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task GenericDimensionProperties Implements
IGenericDimension GetPropertiesAsync(String)