GDOrganization
Object Hierarchy:
Description:
All the fields in the GDOrganization structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string department { set; get; }
Specifies a department within the organization.
-
public bool is_primary { set; get; }
Indicates which organization out of a group is primary.
-
public string job_description { set; get; }
Description of a job within the organization.
-
public string label { set; get; }
A simple string value used to name this organization. It allows UIs to display a label such as "Work",
"Volunteer", "Professional Society", etc.
-
public GDWhere location { set; get; }
A place associated with the organization, e.g. office location.
-
public string name { set; get; }
The name of the organization.
-
public string relation_type { set; get; }
-
public string symbol { set; get; }
Stock symbol of the organization.
-
public string title { set; get; }
The title of a person within the organization.
Creation methods:
Methods: