LocationPersonName Property
The name of the person listed as the contact for the current location.
Syntax
__property String LocationPersonName[int LocationIndex] = {read=FLocationPersonName, write=FSetLocationPersonName};
Default Value
""
Remarks
The name of the person listed as the contact for the current location. This is populated after a call to FindLocations.
The size of the array is controlled by the LocationCount property.
This property is read-only and not available at design time.
Data Type
String