Class BookInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the book information for the media.
C#Copypublic class BookInfo : MediaInfo
- Inheritance
Properties
Declaration
C#Copypublic string Author { get; }
Property Value
| Type | Description |
|---|---|
| string | The author. |
Declaration
C#Copypublic string DatePublished { get; }
Property Value
| Type | Description |
|---|---|
| string | The published date. |
Declaration
C#Copypublic string Publisher { get; }
Property Value
| Type | Description |
|---|---|
| string | The publisher. |
Declaration
C#Copypublic string Subject { get; }
Property Value
| Type | Description |
|---|---|
| string | The subject. |