|
ProviderResponseSsoSettings Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the sso settings.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic SsoSettings SsoSettings { get; set; }
Public Property SsoSettings As SsoSettings
Get
Set
public:
property SsoSettings^ SsoSettings {
SsoSettings^ get ();
void set (SsoSettings^ value);
}
member SsoSettings : SsoSettings with get, set
Property Value
Type:
SsoSettings
The sso settings.
See Also