UserEngagementTracking Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes whether user engagement tracking is enabled or disabled.
public readonly struct UserEngagementTracking : IEquatable<Azure.ResourceManager.Communication.Models.UserEngagementTracking>
type UserEngagementTracking = struct
Public Structure UserEngagementTracking
Implements IEquatable(Of UserEngagementTracking)
- Inheritance
-
UserEngagementTracking
- Implements
Constructors
UserEngagementTracking(String) |
Initializes a new instance of UserEngagementTracking. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(UserEngagementTracking) |
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(UserEngagementTracking, UserEngagementTracking) |
Determines if two UserEngagementTracking values are the same. |
Implicit(String to UserEngagementTracking) |
Converts a string to a UserEngagementTracking. |
Inequality(UserEngagementTracking, UserEngagementTracking) |
Determines if two UserEngagementTracking values are not the same. |
Applies to
Azure SDK for .NET