The Get property returns True when the application can extract the value of the referenced object property.
object.Get
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
When True, the property referenced is read/write or read-only.
When False, the property referenced is write-only. Attempts to get the property value, such as that expressed in a catenation of values, will fail.
Boolean
Read-only