Show / Hide Table of Contents

Class EntityAdWordsLink.EntityData

Web property being linked.

Inheritance
System.Object
EntityAdWordsLink.EntityData
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.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class EntityData

Properties

WebPropertyRef

Declaration
[JsonProperty("webPropertyRef")]
public virtual WebPropertyRef WebPropertyRef { get; set; }
Property Value
Type Description
WebPropertyRef
In This Article
Back to top