Share via


AcsUserEngagement Struct

Definition

The type of engagement user have with email.

public readonly struct AcsUserEngagement : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsUserEngagement>
type AcsUserEngagement = struct
Public Structure AcsUserEngagement
Implements IEquatable(Of AcsUserEngagement)
Inheritance
AcsUserEngagement
Implements

Constructors

AcsUserEngagement(String)

Initializes a new instance of AcsUserEngagement.

Properties

Click

click.

View

view.

Methods

Equals(AcsUserEngagement)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AcsUserEngagement, AcsUserEngagement)

Determines if two AcsUserEngagement values are the same.

Implicit(String to AcsUserEngagement)

Converts a string to a AcsUserEngagement.

Inequality(AcsUserEngagement, AcsUserEngagement)

Determines if two AcsUserEngagement values are not the same.

Applies to