|
ProviderBaseLocale Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the locale.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string Locale { get; set; }
Public Property Locale As String
Get
Set
public:
virtual property String^ Locale {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Locale : string with get, set
override Locale : string with get, set
Property Value
Type:
String
The locale.
See Also