Freigeben über


BeginImportOrganizationRequest.UserMappingMethod Property

Definition

Gets or sets the mapping method to use to map user accounts from the original server to the new server. Optional.

public:
 property Microsoft::Xrm::Sdk::Deployment::ImportUserMappingMethod UserMappingMethod { Microsoft::Xrm::Sdk::Deployment::ImportUserMappingMethod get(); void set(Microsoft::Xrm::Sdk::Deployment::ImportUserMappingMethod value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod UserMappingMethod { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.UserMappingMethod : Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod with get, set
Public Property UserMappingMethod As ImportUserMappingMethod

Property Value

The mapping method to use to map user accounts from the original server to the new server.

Attributes

Applies to