Description
The Access returns the integer value that corresponds to the access type for the property that the given ObjProperty_Obj object provides information about.
Declaration
ObjPropertyObj.Access
| Read-Only Property | Integer | 
| ObjPropertyObj | An expression, variable or parameter that specifies a reference to an ObjProperty object | |||
Applies To
The property is applied to the following object:
Property Value
The combination of the following constants defined in the BuiltIn object:
| Constant | Value | Description | 
|---|---|---|
propAccessRead | 
1 | Read-only access | 
propAccessWrite | 
2 | Write-only access | 
