Show / Hide Table of Contents

Class UserProperty

A bucket of any additional user properties for the user associated with this event.

Inheritance
object
UserProperty
Implements
IMessage<UserProperty>
IEquatable<UserProperty>
IDeepCloneable<UserProperty>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserProperty : IMessage<UserProperty>, IEquatable<UserProperty>, IDeepCloneable<UserProperty>, IBufferMessage, IMessage

Constructors

UserProperty()

Declaration
public UserProperty()

UserProperty(UserProperty)

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

Properties

PropertyName

Required. The name of the user property to use.

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
string

Value

Required. The string representation of the value of the user property to use.

Declaration
public string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX