|
UserProfilesResultFullName Property |
[This is preliminary documentation and is subject to change.]
Gets the full name.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string FullName { get; }
Public ReadOnly Property FullName As String
Get
public:
property String^ FullName {
String^ get ();
}
member FullName : string with get
Property Value
Type:
String
The full name.
See Also