| SSORequestBaseParamsLocation Property |  | 
            Gets or sets the Location where the user will be directed.   A user can be directed at the desktop or mobile applications.  The default is desktop.
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic SSOLocation Location { get; set; }function get_Location();
function set_Location(value);
Property Value
SSOLocation
            A valid SSOLocation key
            
 See Also
See Also