RetrieveSetting Function
Retrieves a particular setting along with its final computed value.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
AppUniqueName
|
Edm.String | True | False | Model-driven app unique name (Optional). |
SettingName
|
Edm.String | False | False | Setting definition unique name (Required). |
Return type
Type | Nullable | Description |
---|---|---|
RetrieveSettingResponse | False | Contains the response of the RetrieveSetting function. |