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 ParticipantInfo
public ParticipantInfo()
public virtual int AssociateId { get; set; }
public virtual int ContactId { get; set; }
public virtual string Description { get; set; }
public virtual string EmailAddress { get; set; }
public virtual int EmailId { get; set; }
[JsonIgnore] public ExternallyOwnedStatus? ExternallyOwnedStatus { get; set; }
[JsonProperty("ExternallyOwnedStatus")] public string ExternallyOwnedStatus_String { get; set; }
[JsonIgnore] public ExternallyOwnedType? ExternallyOwnedType { get; set; }
[JsonProperty("ExternallyOwnedType")] public string ExternallyOwnedType_String { get; set; }
[JsonIgnore] public InvitationStatus? InvitationStatus { get; set; }
[JsonProperty("InvitationStatus")] public string InvitationStatus_String { get; set; }
public virtual int PersonId { get; set; }
public virtual bool SendEmail { get; set; }
Was this page helpful?