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