GDName
Object Hierarchy:
Description:
All the fields in the GDName structure are private and should never be accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string additional_name { set; get; }
An additional name for the person (e.g. a middle name).
-
public string family_name { set; get; }
The person's family name.
-
public string full_name { set; get; }
An unstructured representation of the person's full name. It's generally advised to use the other
individual properties in preference to this one, which can fall out of synchronisation with the other properties.
-
public string given_name { set; get; }
The person's given name.
-
public string prefix { set; get; }
An honorific prefix (e.g. Mr or Mrs).
-
public string suffix { set; get; }
An honorific suffix (e.g. san or III).
Creation methods:
Methods: