GetPropertiesAsync Method
Overloads
GetPropertiesAsync() |
Shows the properties of an object. The following is always returned in the output: |
|
GetPropertiesAsync(AsyncHandle) |
Shows the properties of an object. The following is always returned in the output: |
GetPropertiesAsync()
Shows the properties of an object.
The following is always returned in the output:
Declaration
public Task<GenericBookmarkProperties> GetPropertiesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericBookmarkProperties> |
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.
The following is always returned in the output:
Declaration
public Task<GenericBookmarkProperties> GetPropertiesAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericBookmarkProperties> |
Implements
Remarks
If the member delta is set to true in the request object, only the delta is retrieved.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!