AssetProperty Properties
| Name | Return Type | Description |
|---|---|---|
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. If true, the object may not be modified. If false, the object's contents may be modified. |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |
| Name | string | Get the name of the AssetProperty |
| NumberOfConnectedProperties | int | The number of currently connected properties. |
| Type | AssetPropertyType | Returns the type of the AssetProperty |