Show / Hide Table of Contents

Class Entity

The unique identifier of the property whose events are tracked.

Inheritance
System.Object
Entity
Implements
Google.Protobuf.IMessage<Entity>
System.IEquatable<Entity>
Google.Protobuf.IDeepCloneable<Entity>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Alpha
Assembly: Google.Analytics.Data.V1Alpha.dll
Syntax
public sealed class Entity : IMessage<Entity>, IEquatable<Entity>, IDeepCloneable<Entity>, IBufferMessage, IMessage

Constructors

Entity()

Declaration
public Entity()

Entity(Entity)

Declaration
public Entity(Entity other)
Parameters
Type Name Description
Entity other

Properties

PropertyId

A Google Analytics GA4 property id. To learn more, see where to find your Property ID.

Declaration
public string PropertyId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top