|
PersonNameText Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the Full Name. This should be input instead of calculated. For example, some cultures put Family
Name and Given Name in a different order.
Conversion utilities may coalesce a name based on fields already in record, but it might not the desired results.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic virtual string Text { get; set; }
Public Overridable Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get ();
void set (String^ value);
}
abstract Text : string with get, set
override Text : string with get, set
Property Value
Type:
String
The text.
See Also