BeginImportOrganizationRequest.UserMappingMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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