Share via


RetrieveUserIdByExternalIdRequest.ExternalId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the target user.

Namespace:   Microsoft.Xrm.Sdk.Discovery
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string ExternalId { get; set; }
public:
[DataMemberAttribute]
property String^ ExternalId {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member ExternalId : string with get, set
<DataMemberAttribute>
Public Property ExternalId As String

Property Value

Type: System.String

Type: String
The external ID of the user to retrieve.

Remarks

For Microsoft Dynamics CRM (IFD), the identity provider is typically Active Directory Federation Services 2.0 (ADFS). For Microsoft Dynamics CRM Online, the identity provider is typically Microsoft Online Services, but Microsoft account is still possible in some cases.

See Also

RetrieveUserIdByExternalIdRequest Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright