TestimoX

API Reference

Class

AdMigrationSidMapping

Namespace ADPlayground.Migrations.Resources
Assembly ADPlayground
Implements
IEquatable<AdMigrationSidMapping>
Modifiers sealed

Source-to-destination SID mapping used for resource re-ACL phases.

Inheritance

  • Object
  • AdMigrationSidMapping

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public String SourceSid { get; set; } #

Source SID value.

public String DestinationSid { get; set; } #

Destination SID value.

public String Item { get; set; } #

Migration item display name that produced this mapping.