TestimoX

API Reference

Class

AdMigrationProfileResult

Namespace ADPlayground.Migrations.Profiles
Assembly ADPlayground
Implements
IEquatable<AdMigrationProfileResult>
Modifiers sealed

Result of a machine-side profile migration phase.

Inheritance

  • Object
  • AdMigrationProfileResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

public AdMigrationProfileResult <Clone>$() #
Returns: AdMigrationProfileResult
public virtual Boolean Equals(AdMigrationProfileResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Boolean Changed { get; set; } #

Gets a value indicating whether local profile state changed.

public String Message { get; set; } #

Human-readable operation message.