Property: Count for TemplateProperties
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: Count for TemplateProperties
Property: Count for TemplateProperties
Returns the number of elements of a TemplateProperties collection, in the script interface for internal data.
Object.Count
Object | TemplateProperties Object with this property |
Object.Count | LongInteger with read access Returns the number of properties. |
The following example displays the total number of custom property templates of the data set (root):
VBScript | Python |
Call MsgBoxDisp(Data.Settings.CustomPropertyTemplate.RootProperties.Count)