RetrieveUserMappingResponse.UserMapping 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 retrieved user mapping information.
public:
property System::String ^ UserMapping { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string UserMapping { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.UserMapping : string with get, set
Public Property UserMapping As String
Property Value
Retrieved user mapping information.
- Attributes
Remarks
The information is returned in an XML format that can be used for mapping the users in the target system.