Method GetStaticProperties
GetStaticProperties()
Get all static properties stored in this item.
Declaration
public List<PropertyData> GetStaticProperties()
Returns
| Type | Description |
|---|---|
| List<PropertyData> | Return a list of PropertyData for each properties stored in this item. The returned list is never null. |