readonly accessor for the ContactEntry that is underneath this object.

Namespace:  Google.Contacts
Assembly:  Google.GData.Contacts (in Google.GData.Contacts.dll)
Version: 1.4.0.2

Syntax

C#
public ContactEntry ContactEntry { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContactEntry As ContactEntry
Visual C++
public:

property ContactEntry^ ContactEntry {

	ContactEntry^ get ();

}

Return Value

See Also