EntryPropertiesCount Property
The number of records in the EntryProperties arrays.
Object Oriented Interface
public function getEntryPropertiesCount(); public function setEntryPropertiesCount($value);
Procedural Interface
ipworks_odata_get($res, 44 ); ipworks_odata_set($res, 44, $value );
Default Value
0
Remarks
This property controls the size of the following arrays:- EntryPropertiesAttributes
- EntryPropertiesIsNull
- EntryPropertiesName
- EntryPropertiesType
- EntryPropertiesValue
- EntryPropertiesXPath
This property is not available at design time.
Data Type
Integer