Click or drag to resize

GetCustomerConfigInEnableGlobalSettings Property

Process and lookup the GlobalSettings structure

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool? EnableGlobalSettings { get; set; }

Property Value

NullableBoolean
Remarks
Process and lookup the GlobalSettings structure. The default for this property is true if not specified.

Note  Note
To improve the responsiveness of the GetCustomerConfig(GetCustomerConfigIn) call it is recommend to set this value to false if you do not plan to use any of the data provided in its result set.
Example
True/False
See Also