GetPropertiesAsync Method
Overloads
| GetPropertiesAsync() |
Shows the properties of an object. Returns the identifier and the definition of the dimension. |
|
| GetPropertiesAsync(AsyncHandle) |
Shows the properties of an object. Returns the identifier and the definition of the dimension. |
GetPropertiesAsync()
Shows the properties of an object.
Returns the identifier and the definition of the dimension.
Declaration
public Task<GenericDimensionProperties> GetPropertiesAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GenericDimensionProperties> |
Implements
Remarks
If the member delta is set to true in the request object, only the delta is retrieved.
GetPropertiesAsync(AsyncHandle)
Shows the properties of an object.
Returns the identifier and the definition of the dimension.
Declaration
public Task<GenericDimensionProperties> GetPropertiesAsync(AsyncHandle asyncHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GenericDimensionProperties> |
Implements
Remarks
If the member delta is set to true in the request object, only the delta is retrieved.