TestimoX

API Reference

Class

AdMigrationMembershipLink

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

One migrated group-membership link.

Inheritance

  • Object
  • AdMigrationMembershipLink

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public String SourceGroupSamAccountName { get; set; } #

Source parent group SAM account name.

public String DestinationGroupSamAccountName { get; set; } #

Destination parent group SAM account name.

public String DestinationGroupDomain { get; set; } #

Destination parent group domain DNS name.

public String DestinationMemberSamAccountName { get; set; } #

Destination member SAM account name.

public String DestinationMemberDomain { get; set; } #

Destination member domain DNS name.

public Boolean Changed { get; set; } #

Gets a value indicating whether the destination membership changed.

public String Message { get; set; } #

Human-readable operation message.