Show / Hide Table of Contents

Class Dictlayerdata.CommonData

Inheritance
System.Object
Dictlayerdata.CommonData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class CommonData

Properties

Title

The display title and localized canonical name to use when searching for this entity on Google search.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top