|
PersonNameSuffix Property |
[This is preliminary documentation and is subject to change.]
Parts that come after the name. Comma-separated values accepted.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic virtual string Suffix { get; set; }
Public Overridable Property Suffix As String
Get
Set
public:
virtual property String^ Suffix {
String^ get ();
void set (String^ value);
}
abstract Suffix : string with get, set
override Suffix : string with get, set
Property Value
Type:
String
See Also