The behavior of the PropertyName property depends upon the context in which it is being used.
AsyncRead method — Sets the name of the property that will be associated with the AsyncProperty object’s Value property.
AsyncReadComplete event — Specifies the name of the property currently being read. This should correspond to a name assigned to the AsyncProperty object when invoking the AsyncRead method.
DataBinding Object — Read-only. Returns the name of the property that the DataBinding object refers to.
Syntax
object.PropertyName = string
Part
Description
object
An object expression that evaluates to an object in the Applies To list.