次の方法で共有


RetrieveUserMappingResponse.UserMapping Property

Definition

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.

Applies to