 | 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
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[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; }<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 ReadOnly Property PrimaryContactRelationship As OrganizationAffiliation
Getpublic:
[ObsoleteAttribute(L"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)]
property OrganizationAffiliation^ PrimaryContactRelationship {
OrganizationAffiliation^ get ();
}[<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)>]
member PrimaryContactRelationship : OrganizationAffiliation with getProperty Value
OrganizationAffiliation
See Also