| Name | Description |
| Delete | Method that deletes this Property from its PropertySet. |
| Name | Description |
| Dirty | Property that returns a Boolean flag that indicates whether this property has been edited or created. |
| DisplayName | |
| Expression | |
| Name | Gets the human-readable name of this Property, if any. |
| Parent | Property that returns the parent object from whom this object can logically be reached. |
| PropId | Gets the identifier (PROPID) of this Property. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Value |
| Name | Description |
| Create or update custom iProperty | This example creates a custom iProperty if it doesn't exist and updates the value if it does already exist. A part document must be open before runnin the sample. |
| Get value of iProperty | Demonstrates getting the values of the "Part Number" iProperty. Any property can be retrieved by accesing the correct property set and property. A document must be open when this sample is run. |