| GetUserDetailInEnableCustomFieldsData Property |  | 
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool? EnableCustomFieldsData { get; set; }function get_EnableCustomFieldsData();
function set_EnableCustomFieldsData(value);
Property Value
NullableBoolean Remarks
Remarks
                Process and lookup the 
CustomFields structure.  The default for this property is true if not specified. 
                
|  Note | 
|---|
| To improve the responsiveness of the GetUserDetail(GetUserDetailIn) call it is recommend to set this value to false if you do not plan to 
                    use any of the custom field data provided in its result set. | 
 Example
Example
                True/False
            
 See Also
See Also