ArcPad Scripting Object Model
UserProperties Property
See Also  Send comments on this topic.
Name
Required. A String that specifies the user property name.
DataSource Object : UserProperties Property

Glossary Item Box

Description

Returns or sets the specified user property for the Datasource.

Property type

Read-write property

Syntax

object.UserProperties ( Name ) = [ value ]

Parameters

Name
Required. A String that specifies the user property name.

Return Type

Variant

Remarks

The UserProperties property is used to get or set the value of user-defined properties that are stored in the Datasource. Please note that the prefix AXF_ is reserved for system values, so all user-defined properties must avoid that prefix.

Example

See Also

© 2012 All Rights Reserved.