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