 | IndividualOrganizationRelationships Property |
A collection of currently active relationships with organizations. As with the iWeb child form, this collection
includes relationships that have not yet reached their start date, but always excludes those that have passed
their end date.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic ICollection<IndividualAffiliation> OrganizationRelationships { get; }Public ReadOnly Property OrganizationRelationships As ICollection(Of IndividualAffiliation)
Get
public:
property ICollection<IndividualAffiliation^>^ OrganizationRelationships {
ICollection<IndividualAffiliation^>^ get ();
}member OrganizationRelationships : ICollection<IndividualAffiliation> with get
Property Value
ICollectionIndividualAffiliation
See Also