API Reference
Class
AdMigrationMembershipLink
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.
Returned or exposed by
Constructors
public AdMigrationMembershipLink() #Methods
Inherited Methods
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.