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.