public string DisplayNameFirstLast { get; set; }Public Property DisplayNameFirstLast As String
Get
Setpublic:
property String^ DisplayNameFirstLast {
String^ get ();
void set (String^ value);
}member DisplayNameFirstLast : string with get, set