| Property | Value Type | Access | Property description |
|---|
| Id | string | Read only | The unique skin identifier. It is specified in the ID parameter located in the player.xml file. |
| Name | string | Read only | The human-readable skin name. It is specified in the skin description that is usually located in the description.xml file. |
| HasI18n | bool | Read only | Shows if the skin has internationalization settings. |
| Html5Module | IHtml5SkinModule | Read only | Returns the IHtml5SkinModule interface, providing skin module settings. |
| I18n | II18nSettings | Read only | Returns the II18nSettings interface, providing skin-specific internationalization skin settings. |
| Priority | int | Read only | The skin priority. Used to make a skin choice if it wasn't selected when publishing. It is specified in the priority parameter in the player.xml file. |