 | Person2FullName Property |
Gets the full name.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string FullName { get; set; }
Public Property FullName As String
Get
Set
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
function get FullName () : String
function set FullName (value : String)
function get_FullName();
function set_FullName(value);
Property Value
Type:
StringThe full name.
See Also