GDPhoneNumber
Object Hierarchy:
Description:
All the fields in the GDPhoneNumber structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public bool is_primary { set; get; }
Indicates which phone number out of a group is primary.
-
public string label { set; get; }
A simple string value used to name this phone number. It allows UIs to display a label such as "Mobile",
"Home", "Work", etc.
-
public string number { set; get; }
Human-readable phone number; may be in any telephone number format.
-
public string relation_type { set; get; }
-
public string uri { set; get; }
An optional "tel URI" used to represent the number in a formal way. Useful for programmatic access, such
as a VoIP/PSTN bridge.
Creation methods:
Methods: