Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class PhoneListItem : Carrier
public PhoneListItem()
public virtual int Id { get; set; }
public virtual string Name { get; set; }
public virtual string PersonCellPhone { get; set; }
public virtual string PersonDirectPhone { get; set; }
public virtual string PersonEmail { get; set; }
public virtual string PersonFaxNumber { get; set; }
public virtual string PersonPagerNumber { get; set; }
public virtual string PersonPrivatePhone { get; set; }
public virtual string Tooltip { get; set; }
public virtual string UniqueId { get; set; }
Was this page helpful?