Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RetrieveSetting Function

Namespace:
Microsoft.Dynamics.CRM

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.

See also