TestimoX

API Reference

Class

AdMigrationMembershipResult

Namespace ADPlayground.Migrations.Membership
Assembly ADPlayground
Implements
IEquatable<AdMigrationMembershipResult>
Modifiers sealed

Result of migrating scoped group membership for one principal.

Inheritance

  • Object
  • AdMigrationMembershipResult

Usage

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

Constructors

Methods

public AdMigrationMembershipResult <Clone>$() #
Returns: AdMigrationMembershipResult
public virtual Boolean Equals(AdMigrationMembershipResult 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; } #

Gets a value indicating whether any membership was changed.

public String Message { get; set; } #

Human-readable message.