GContactExternalID
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_gcontact_external_id_get_type ()" ) ]
[
Version ( since =
"0.7.0" ) ]
public class GContactExternalID :
Parsable,
Comparable
All the fields in the GContactExternalID structure are private and should never be accessed directly.
Content:
Properties:
- public string label { get; set; }
A free-form string that identifies the type of external ID.
- public string relation_type { get; set; }
A programmatic value that identifies the type of external ID.
- public string value { get; set; }
The value of the external ID.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.Comparable