Contacts.IOrganizationColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is obsoleted in this android platform
Columns from the Organizations table that other columns join into themselves.
[System.Obsolete("This class is obsoleted in this android platform")]
public interface Contacts.IOrganizationColumns
[<System.Obsolete("This class is obsoleted in this android platform")>]
type Contacts.IOrganizationColumns = interface
- Attributes
Remarks
Columns from the Organizations table that other columns join into themselves.
This member is deprecated. see android.provider.ContactsContract
Java documentation for android.provider.Contacts.OrganizationColumns
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
Company |
Obsolete.
The name of the company for this organization. |
Isprimary |
Obsolete.
Whether this is the primary organization |
Label |
Obsolete.
The user provided label, only used if TYPE is TYPE_CUSTOM. |
PersonId |
Obsolete.
The person this organization is tied to. |
Title |
Obsolete.
The title within this organization. |
Type |
Obsolete.
The type of the organizations. |