Click or drag to resize

GetSSOEnabledOut Structure

A structure used to return the status of GetSSOEnabled(GetSSOEnabledIn)
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetSSOEnabledOut

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct GetSSOEnabledOut : IServiceOut

The GetSSOEnabledOut type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleReport The report structure helps to provide diagnostics information about the service just requested
Public propertyCode exampleResult Returns true if the customer is SSO enabled
Top
Example
For example code see GetSSOEnabled(GetSSOEnabledIn)
See Also