| GetUserDetailInEnablePoliciesData Property |  | 
                Process and lookup the 
Policies structure
            
 AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool? EnablePoliciesData { get; set; }function get_EnablePoliciesData();
function set_EnablePoliciesData(value);
Property Value
NullableBoolean Remarks
Remarks
                Process and lookup the 
Policies structure.  The default for this property is true if not specified and will perform a data lookup.
                
|  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 data provided in its result set. | 
 Example
Example
                True/False
            
 See Also
See Also