PropertyInfo Structure |
This structure is used to store the Property information.
Namespace: Talisma.Server.Common
C#
[SerializableAttribute] public struct PropertyInfo
The PropertyInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | constraintId |
This attribute holds the Constraint Id of the property in scope
|
![]() | propertyID |
A unique ID used to identify a Property in CampusNexus CRM.
|
![]() | propValAttrs |
This attribute is used only in the CreateContact and UpdatePropertyTab methods of the Contact iServices.
This attribute is used to pass the GTD (Good Through Date) and LSD (Last Scrub Date) for the phone Properties of a Lead item for which
scrubbing is enabled.
The GTD and LSD for the phone number must be separated by the ’±’ character and must be passed in the following format: "GTD=09/01/2014±LSD=09/3/2013" If only GTD is available for a phone number, pass the GTD in the following format: "GTD=09/01/2014" If GTD and LSD for a phone number are not available, this attribute will be blank. If GTD and LSD are passed for a Phone Property without passing the phone number for a Lead item, the GTD and LSD values will not be set for that Phone Property. |
![]() | propValue |
The value assigned to a Property in CampusNexus CRM.
|
![]() | relJoinID |
The ID of the related Object’s display Property.
|
![]() | rowID |
A unique ID used to identify a Property value row in a RecordList Tab in CampusNexus CRM.
This member returns the row ID.
|
