Skip to content

Commit d1b7a3d

Browse files
committed
Property -> PropertyName. Compliant with IndexName
1 parent 2c433ba commit d1b7a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COSQuickRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A list of some common ObjectScript expressions
1313
| Save an object | `Set status = object.%Save()` |
1414
| Retrieve the ID of a saved object | `Set id = object.%Id()` |
1515
| Retrieve the OID of a saved object | `Set oid = object.%Oid()` |
16-
| Retrieve property of a saved object | `Set variable = ##class(package.class).GetStoredProperty(id)` |
16+
| Retrieve property of a saved object | `Set variable = ##class(package.class).GetStoredPropertyName(id)` |
1717
| Determine if an object was modified | `Set variable = object.%IsModified()` |
1818
| Validate an object without saving | `Set status = object.%ValidateObject()` |
1919
| Validate a property without saving | `Set status = ##class(package.class).PropertyIsValid(object.Property)` |

0 commit comments

Comments
 (0)