IndividualPrimaryOrganizationRelationship Property

The organization relationship that is marked as primary for this individual. If you would like to set a new primary organization relationship, find the relationship you would like to update in the OrganizationRelationships collection, set its IsPrimaryOrganizationForIndividual property to true, and save the individual

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IndividualAffiliation PrimaryOrganizationRelationship { get; }

Property Value

IndividualAffiliation

See Also