OrganizationPrimaryContactRelationship Property

Note: This API is now obsolete.
The individual relationship that is marked as the primary contact for this organization. If you would like to set a new primary contact relationship, find the relationship you would like to update in the IndividualRelationships collection, set its IsPrimaryContactForOrganization property to true, and save the organization

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("This property does not accurately reflect netFORUM's data model. To get information about an Organization's Primary Contact, use the PrimaryContactId and/or PrimaryContactName properties (4.3.12)", 
	false)]
public OrganizationAffiliation PrimaryContactRelationship { get; }

Property Value

OrganizationAffiliation

See Also