GetExtendsObjectAsync Method
Overloads
| GetExtendsObjectAsync() |
Reference to the object that the property ExtendsId refers to. Returns null if ExtendsId is not set. |
GetExtendsObjectAsync()
Reference to the object that the property ExtendsId refers to. Returns null if ExtendsId is not set.
Declaration
public Task<GenericObject> GetExtendsObjectAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GenericObject> |
A task with extended object result. Result is null if ExtendsId is not set. |