Click or drag to resize

GetSSOEnabledOutResult Property

Returns true if the customer is SSO enabled

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

Property Value

Boolean
Remarks
Returns true if the customer is SSO enabled

Example
For example code see GetSSOEnabled(GetSSOEnabledIn)
See Also